home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Science / mathematics / FractalView.1.0.README < prev    next >
Encoding:
Text File  |  1995-09-05  |  1.0 KB  |  35 lines

  1. FractalView.1.0.README
  2. -------------------------------------------------------------------
  3.  
  4. FractalView is a program for calculating and displaying
  5. fractal sets like the popular Mandelbrot Set.
  6.  
  7. - You can choose from the following formula:
  8.  
  9.     Mandelbrot Set of degree 2:     z^2+c
  10.     Mandelbrot Set of degree 3:     z^3+c
  11.     Mandelbrot Set of degree 4:     z^4+c
  12.     Mandelbrot Set of degree 5:     z^5+c
  13.     Newton Iteration of dgree 3:     z^3+(c-1)z+c
  14.     Magnetic Field 1:        ((z^2+c-1)/(2z+c-2))^2
  15.     Magnetic Field 2:        
  16.         ((z^3+3(c-1)z+(c-1)(c-2))/(3z^2+3(c-2)z+c^2-3c+3))^2
  17.     Mandelbrot Set (sin):        z sin(z)+c
  18.     Mandelbrot Set (sinh):        z sinh(z)+c
  19.     Mandelbrot Set (cos):        z^2 cos(z)+1/c
  20.     Mandelbrot Set (tan):        z tan(z)+1/c
  21.  
  22.     and you can add your own formula via bundles.
  23.  
  24. - You can zoom into a set or calculate a Julia Set by
  25.     choosing the constant parameter c from the mandelbrot map.
  26.  
  27. - FractalView is fast and it generates nice colored pictures.
  28.  
  29. - You can save the images as tiff or print them or save the actual
  30.     parameters.
  31.  
  32. - Try it out!
  33.  
  34. Peter Merz,        merz@informatik.uni-siegen.de
  35.