home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 30 / bbd30.zip / FRACTALS.TXT < prev    next >
Text File  |  1989-02-10  |  2KB  |  44 lines

  1. |A╔═══════════╗══════════════════════════════════════════════════════╔═══════════╗
  2. |A║ |6Brainware |A║══════════════════════ ^1Fractals|A ══════════════════════║ |6Brainware |A║
  3. |A╚═══════════╝══════════════════════════════════════════════════════╚═══════════╝
  4. ^CSamples of Recursive Curves
  5. ^Cby
  6. ^CRastislav Telgarsky
  7.  
  8.  
  9.    The term FRACTAL was coined by Benoit Mandelbrot to give a descriptive name
  10. to complex geometric objects arising in mathematics and natural science.  From a
  11. programming point of view, the generation of fractal images can be divided into
  12. iterative and recursive processes.  This collection contains over 100 samples of
  13. fractal images produced by recursive techniques.  The program does not store the
  14. image, but creates each based on certain mathematical schemes.  Although the
  15. most famous fractal, The Mandelbrot Set, can be created by a recursive
  16. procedure, it is too computationally intensive to include it in this collection.
  17.  
  18.    One characteristic feature of a fractal object is its self-similarity, that
  19. is, the similarity between the whole object and its details.  It should be
  20. noted, however, that we shall never see the total fractal object; we can draw
  21. its approximations only, going into finer details when we increase the computing
  22. speed and time for the computation.  Nevertheless, a standard IBM PC allows us
  23. to study the principles, while the speed-hungry programs can be transfered to
  24. more powerful computers.
  25.  
  26.    The fractal images contained in this program are organized into two menus,
  27. with some menu choices drawing several levels of a selected curve. Use the UP,
  28. DOWN, LEFT, and RIGHT arrow keys to move the highlighted cursor to the image you
  29. wish to display.  Press the ENTER key to draw the image.  Once the image is
  30. drawn, press any key to return to the menu.  From the menu you can exit the
  31. program by pressing the ESC key.
  32.  
  33.    The primary reference for this work is the book, The Fractal Geometry of
  34. Nature by Benoit Mandelbrot, W. H. Freeman and Company, 1982.
  35.  
  36.    The file needed to produce this collection of fractal images is FRACTALS.EXE.
  37. All graphics screens are in medium resolution (320x200) color mode, so that CGA,
  38. EGA and VGA provide the same color pattern on the corresponding color monitor.
  39.  
  40.    To run this program outside Big Blue Disk, type ^1Fractals^0.
  41.  
  42. DISK FILES THIS PROGRAM USES:
  43. ^FFRACTALS.EXE
  44.