home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / chaos11.zip / readme.txt < prev    next >
Text File  |  1993-12-12  |  3KB  |  61 lines

  1.                  PM Chaos 1.1
  2.               Matthew Austern, 12/12/93
  3.              (matt@physics.berkeley.edu)
  4.  
  5. PM Chaos is a program that simulates a simple chaotic system, the
  6. "standard map".  This system is described by a very simple equation,
  7. but it exhibits quite complicated behavior.
  8.  
  9.  
  10. SYSTEM REQUIREMENTS: OS/2 2.x is required.  A mouse is required.  A color
  11.   display, and a math coprocessor, are recommended.
  12.  
  13.  
  14. INSTALLATION: just copy pmchaos.exe to some directory on your path, and
  15.   copy pmchaos.hlp to some directory that's on your help path.  If you like,
  16.   you can also create a program object for PM Chaos so that you can put
  17.   it somewhere on your desktop.
  18.  
  19.  
  20. DEINSTALLATION: just delete pmchaos.exe and pmchaos.hlp.  PM Chaos doesn't 
  21.   create any hidden files, and it doesn't make changes to any of your
  22.   system files.
  23.  
  24.  
  25. HOW TO USE: start PM Chaos, either from the WPS or from the command line.
  26.   You will see a box with labelled axes on it.  The way the program works
  27.   is that you start a calculation using some point as the initial condition.
  28.   The program has an equation that maps a point into a different point;
  29.   it keeps applying that map over and over, displaying every point it
  30.   comes up with.  To start a calculation at some point, just click the
  31.   left mouse button anywhere on the graph.
  32.  
  33.   There are also options for changing the color, setting the range, etc.
  34.   These are all explained in the online help system.
  35.  
  36.  
  37. SOURCE CODE: I have included the complete source code for PM Chaos in
  38.   the file source.zip.  If you have IBM's compiler, you shouldn't have
  39.   to do anything more than just typing "make".  If you have a different
  40.   compiler, you shouldn't have all that much trouble anyway: this
  41.   program is written in C, and I don't use any vendor-specific language
  42.   extensions.  You will, however, need the OS/2 2.x toolkit, or the
  43.   equivalent.  In particular, you will need the resource compiler (rc),
  44.   the help file compiler (ipfc), and the declarations for Presentation
  45.   Manager.  If you want to make any changes to the code, you will probably
  46.   also want the bitmap editor and the dialog editor.
  47.  
  48. CHANGES FROM VERSION 1.0:
  49.   Fixed a bug in the color dialog box that affected systems with only
  50.   16 colors.  Added slow-motion mode.  Added axis labels.
  51.  
  52. LEGAL STUFF: This program is not public domain.  However, you are
  53.   welcome to use it, copy it, and distribute it, either exactly as is or
  54.   in a modified form.  If you distribute a modified copy, I ask that you
  55.   (1) Leave my notices of authorship and copyright intact; and (2) Put
  56.   in your own notice saying that you have made modifications, and
  57.   telling what those modifications are.
  58.  
  59.   OS/2, Presentation Manager, and Workplace Shell are trademarks of IBM.
  60.  
  61.