home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / theory / dynamic / 296 < prev    next >
Encoding:
Text File  |  1992-09-13  |  2.3 KB  |  91 lines

  1. Newsgroups: comp.theory.dynamic-sys
  2. Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!mundoe!kbriggs
  3. From: kbriggs@mundoe.maths.mu.OZ.AU (Keith Briggs rba8 7088)
  4. Subject: chaos software for IBM PC
  5. Message-ID: <9225810.18137@mulga.cs.mu.OZ.AU>
  6. Keywords: chaos, odes, maps
  7. Sender: news@cs.mu.OZ.AU
  8. Organization: Computer Science, University of Melbourne, Australia
  9. Date: Mon, 14 Sep 1992 00:31:50 GMT
  10. Lines: 79
  11.  
  12.  
  13.  
  14.                                   ODE
  15.                                   ---
  16.  
  17. An IBM PC interactive simulator for systems of ordinary differential or
  18. difference equations.   Intended for educational use or small research
  19. problems.  Assumes basic undergraduate knowledge of maths, but has been used at
  20. high school level.   Especially useful for demonstrating chaotic systems.
  21. Public domain version available free.
  22.  
  23.  
  24. Features of full version 2.6:
  25.  
  26.   Easy-to-use menus with mouse support.
  27.   Built-in text editor.
  28.   Equations entered in natural notation, stored in ASCII files.
  29.   Up to 18 coupled ODEs.
  30.   Automatic plotting of solution (CGA,EGA,VGA).
  31.   LaTeX and postscript output of graphs for publication-quality graphics.
  32.   Output of solution to file.
  33.   Several different ode algorithms, up to 6th order.
  34.   Many example files included, including chaotic.
  35.   Printed manual with tutorial and reference section.
  36.  
  37. A few features are lacking in the public domain version.
  38. Used at many Australian and US universities, and other sites around the
  39. world.  Author: Keith Briggs.
  40.  
  41.  
  42. To get public domain version 2.6
  43. --------------------------------
  44.  
  45. Format: zip archive.   USE BINARY MODE TRANSFER !
  46.  
  47. Anonymous ftp to wuarchive.wustl.edu  (edu/math/msdos/diff.equations)
  48.  
  49. Sample Unix session:
  50. % ftp wuarchive.wustl.edu
  51. ftp> anonymous
  52. ftp> <your username>
  53. ftp> cd edu/math/msdos/diff.equations
  54. ftp> bin
  55. ftp> get ode26.zip
  56. ftp> quit
  57.  
  58. Now get the file `ode26.zip' to your PC with ftp or kermit (binary again!),
  59. to a clean directory ODE.   Then
  60.  
  61. C:\ODE>pkunzip ode26
  62. C:\ODE>more <readme
  63. C:\ODE>ode
  64.  
  65. After trying it, please mail your comments and suggestions!
  66. And give ode26.zip to your friends.
  67.  
  68. (The site simtel-20 has an earlier version in PD1:<MSDOS.EDUCATION>ODE25.ZIP)
  69.  
  70.  
  71. To get full version 2.6
  72. -----------------------
  73.  
  74. Email: 
  75. kbriggs@mundoe.maths.mu.OZ.AU
  76.  
  77. Mail:
  78. Keith Briggs,
  79. Department of Mathematics,
  80. University of Melbourne,
  81. Parkville 3052,
  82. Australia.
  83.  
  84. or
  85.  
  86. PO Box 75
  87. Heidelberg West
  88. Australia 3081
  89.  
  90.  
  91.