home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / graphuti / grmat32d.zip / DIFEQ.GR next >
INI File  |  1993-07-21  |  592b  |  24 lines

  1. [saved-setup]
  2. [labels]
  3. title=Sample Differential Equation Approximations
  4. left=slope-field
  5. right=Runge-Kutta
  6.  
  7. [grid]
  8. left=-6.4930
  9. right=7.7890
  10. top=2.3250
  11. bottom=auto
  12.  
  13. [options]
  14. detail=axes
  15. labels=on
  16. fineness=1.2000
  17.  
  18. [equations]
  19. dx = cos t + sin x {-6, -1} ' Runge-Kutta IV approximation for the same ODE
  20. dx = cos t + sin x {-6,-.5} ' another R-K approximation, different I.V.
  21. dx = cos t + sin x {-6,-.25} ' another R-K approximation, different I.V.
  22. dx = cos t + sin x {-6,-.35} ' another R-K approximation, different I.V.
  23. dx = cos t + sin x  ' slope-field approximation
  24.