home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 559a.lha / Lyap / ReadMe.Lyap < prev    next >
Text File  |  1991-09-02  |  2KB  |  33 lines

  1. Lyap is a Vista DEM landscape generator for portions of Lyapunov Space.
  2. For more details on Lyapunov Space, see the September 1991 issue of
  3. Scientific American, Mathematical Recreations section. To run Lyap, you
  4. need to specify a Vista Landscape filename, an 'a' and 'b' value
  5. (between -3.5 and 0), a divisor (258.0 covers a width of exactly 1.0,
  6. a larger divisor covers a smaller area, and a smaller one a larger
  7. area.), a scale factor to make the function values come out as reasonable
  8. elevations, a pattern of which values to iterate with, and a number of
  9. iterations. An iteration value of 1 takes about 3 minutes with Lyap.881
  10. on an Amiga 3000/25mhz. A value of 200 takes about 6 hours. The value
  11. used in the Scientific American article would take days to compute.
  12. Although smaller values will not give the spectacular images shown in the
  13. Scientific American article, they do create rather extrordinary landscapes
  14. in their own right. To start off with, I recommend the command line:
  15.  
  16. 1>Lyap test.scape -2.8 -2.8 133.0 100.0 aaabaaa 10
  17.  
  18. which will produce an unusual landscape. Varying the 'a' and 'b' values
  19. will move around in the scape, and you can focus in on a given area by
  20. increasing the divisor. The larger the iteration value, the smaller you
  21. will want to make the scaling factor. This is not that important, as you
  22. can rescale the landscape from within VistaPro.
  23.  
  24. This program is Copyright © 1991 by Virtual Reality Laboratories, Inc.
  25. Permission is granted by the above to freely copy and distribute this
  26. program as long as this ReadMe file is included with the distribution.
  27.  
  28. For those who want to mess with the source, it is written in SAS 'C'.
  29. Place the Amiga.h and Lyap.h files in the same directory as Lyap.c.
  30.  
  31. lc -O -f8 -Lm881 Lyap.c --- For 68030/68881 operation
  32. lc -O -Lm Lyap.c --- For generic 68000 operation.
  33.