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