home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / fractal / afg_1 / newtonbrot / !Help next >
Encoding:
Text File  |  1991-06-30  |  634 b   |  20 lines

  1. MandelBrot
  2. ~~~~~~~~~~
  3. Based on a program published by Acorn User July 1986 for the BBC B.
  4.  
  5. This program uses the Newtonian method for generating the Mandelbrot set.
  6.  
  7. It initially prompts for the name of the screendump file to save the
  8. generated image. Just pressing Enter will bypass the screensave.
  9.  
  10. The x, y and s prompts are the co-ordinates and size of the mandelbrot
  11. image. The image is generated in multiple passes with increasing resolution,
  12. which allows the initial image to be seen quite quickly.
  13.  
  14. It would be nice to see a fast integer ARM version of this algorithm.
  15.  
  16. Mike Curnow,
  17. 30 Bowen Drive
  18. West Dulwich
  19. London
  20. SE21 8PN