home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / fractals / basicfts / QUASI-J,M / ReadMe < prev   
Encoding:
Text File  |  1992-12-18  |  1.9 KB  |  27 lines

  1.  
  2. QuasiJ & QuasiM generate Julia & Mandelbrot set type images for the iteration of the map:
  3.  
  4.    z -> {Abs Re(z²) + i.Im(z²)} - c, where c is a complex parameter & z is a complex variable
  5.                   i denotes sqr(-1), Re(z) means the real part of z & Im(z) means the imaginary part of z
  6.  
  7.    compare with the familiar Julia sets & Mandelbrot set, resulting from the iteration of:
  8.  
  9.    z -> {Re(z²) + i.Im(z²)} - c,    [that is, z -> z²-c]
  10.  
  11. QuasiM can be used to explore the Mandelbrot set for this function & to select parameters which will produce interesting images via QuasiJ.
  12.  
  13. Support for a reasonable degree of zooming into images is permitted, though this is limited by the fixed precision arithmetic used to maintain good speed of image generation.
  14.  
  15. Images can be generated in any usable 16 colour screen mode & may be saved into the current directory afterwards.
  16.  
  17. To use QuasiM, double click on the Basic file & enter values in response to the prompts given.
  18.  
  19. After image generation press Escape to rerun program or Shift/Escape to quit it.
  20. Pressing 'S' will save the image into current directory; press 'A' to go again with the same window (this will allow you to regenerate the same image in a different mode & remind yourself of the coordinates of the viewing window being used); 'I' will allow you to manually input the new window coordinates.
  21. Any other key will start a zoom into the image, controlled with the mouse:
  22. Select reduces the size of the target window; adjust increases it; while menu starts image generation for the target window selected.
  23.  
  24. During selection of a target window, the coordinates of its centre are displayed. For interesting points, these can be noted down & used as parameters for QuasiJ. Points near the boundary of black regions usually yield particularly complex images.
  25.  
  26. QuasiJ works in pretty much the same way as QuasiM, except that you must also enter a parameter (m,n) to select a particular Julia set.
  27.