1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
The files in this directory are a testsuite for and demonstration of
the contrib_ode routines. The command "make check" will test the
local maxima.
README
Makefile
testsuite.lisp - Driver adapted from tests/testsuite.lisp
rtest_sym.mac - unit tests for ode1_lie.mac functions
rtest_sym2.mac - unit tests for ode1_lie.mac functions
rtest_ode1_riccati.mac - unit tests for ode1_riccati.mac functions
rtest_ode1_abel.mac - unit tests for ode1_abel.mac functions
rtestode_murphy_1_1.mac - ODEs 1 - 100 from Murphy Appendix A.1
rtestode_murphy_1_2.mac - ODEs 101 - 200 from Murphy Appendix A.1
rtestode_murphy_1_3.mac - ODEs 201 - 300 from Murphy Appendix A.1
rtestode_murphy_1_4.mac - ODEs 301 - 400 from Murphy Appendix A.1
rtestode_murphy_1_5.mac - ODEs 401 - 500 from Murphy Appendix A.1
rtestode_murphy_1_6.mac - ODEs 501 - 600 from Murphy Appendix A.1
rtestode_murphy_2_1.mac - ODEs 1 - 100 from Murphy Appendix A.2
rtestode_murphy_2_2.mac - ODEs 101 - 200 from Murphy Appendix A.2
rtestode_murphy_2_3.mac - ODEs 201 - 300 from Murphy Appendix A.2
rtestode_murphy_2_4.mac - ODEs 301 - 400 from Murphy Appendix A.2
rtestode_murphy_2_5.mac - ODEs 401 - 500 from Murphy Appendix A.2
rtestode_murphy_2_6.mac - ODEs 501 - 600 from Murphy Appendix A.2
rtestode_kamke_1_1.mac - ODEs from Kamke 1.1 - 1.100
rtestode_kamke_1_2.mac - ODEs from Kamke 1.101 - 1.200
rtestode_kamke_1_3.mac - ODEs from Kamke 1.201 - 1.300
rtestode_kamke_1_4.mac - ODEs from Kamke 1.301 - 1.400
rtestode_kamke_1_5.mac - ODEs from Kamke 1.401 - 1.500
rtestode_kamke_1_6.mac - ODEs from Kamke 1.501 - 1.576
rtestode_kamke_2_1.mac - ODEs from Kamke 2.1 - 2.100
rtestode_kamke_2_2.mac - ODEs from Kamke 2.101 - 2.200
rtestode_kamke_2_3.mac - ODEs from Kamke 2.201 - 2.300
rtestode_kamke_2_4.mac - ODEs from Kamke 2.301 - 2.400
rtestode_kamke_2_5.mac - ODEs from Kamke 2.401 - 2.445
References:
G M Murphy, Ordinary Differential Equations and Their
Solutions, Van Nostrand, 1960
E Kamke, Differentialgleichungen Losungsmethoden und Losungen,
Vol 1, Geest & Portig, Leipzig, 1961
Local Variables: ***
mode: Text ***
End: ***
|