home *** CD-ROM | disk | FTP | other *** search
- Automatic Taylor Series
-
- by Dennis J. Darland (CS 73300,270 - BIX djdarland)
- 10/24/90
-
-
- Version 1.0
- This code is provided mainly as a working example of c++. I intend
- to encance this program to handle many more functions & systems of
- arbitrary orders of ordinary differential equations. I have already done
- this in a version of xlisp I extended to handle complex numbers - but
- it is slow.
-
- Version 1.2
- Fixed multiplication & division
- Fixed deriv.
- Added trig, hyperbolic, & inverse trig functions.
- Added functions for higher order differential equations.
- Testing was done using Maple to obtain analytic solutions.
-
-
- Version 1.6
- Added preprocessor to generate C++ code for given equation(s).
- See ode.doc for details.
- Began attempt to gain error control.
-
- my_complex.h must be copied to cpinclude:
-
- NOTE: I learned most of the techniques used here from Y. F. Chang,
- at the University of Nebraska, Lincoln.
-
- The last I knew he was at Claremont McKenna College, Claremont,
- CA, 91711.
-
- Version 2.0
- Automatic error control.
-
-
-