home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 509.lha / ATS_v2.0 / readme.pp / readme
Encoding:
Text File  |  1991-05-07  |  1.0 KB  |  39 lines

  1.             Automatic Taylor Series
  2.             
  3.             by Dennis J. Darland  (CS 73300,270 - BIX djdarland)
  4.             10/24/90
  5.             
  6.             
  7. Version 1.0
  8. This code is provided mainly as a working example of c++.  I intend
  9. to encance this program to handle many more functions & systems of
  10. arbitrary orders of ordinary differential equations.  I have already done
  11. this in a version of xlisp I extended to handle complex numbers - but
  12. it is slow.
  13.  
  14. Version 1.2
  15. Fixed multiplication & division
  16. Fixed deriv.
  17. Added trig, hyperbolic, & inverse trig functions.
  18. Added functions for higher order differential equations.
  19. Testing was done using Maple to obtain analytic solutions.
  20.  
  21.  
  22. Version 1.6
  23. Added preprocessor to generate C++ code for given equation(s).
  24. See ode.doc for details.
  25. Began attempt to gain error control.
  26.  
  27. my_complex.h must be copied to cpinclude:
  28.  
  29. NOTE: I learned most of the techniques used here from Y. F. Chang,
  30. at the University of Nebraska, Lincoln.
  31.  
  32. The last I knew he was at Claremont McKenna College, Claremont,
  33. CA, 91711.
  34.  
  35. Version 2.0
  36. Automatic error control.
  37.  
  38.  
  39.