home *** CD-ROM | disk | FTP | other *** search
- FractalView.1.0.README
- -------------------------------------------------------------------
-
- FractalView is a program for calculating and displaying
- fractal sets like the popular Mandelbrot Set.
-
- - You can choose from the following formula:
-
- Mandelbrot Set of degree 2: z^2+c
- Mandelbrot Set of degree 3: z^3+c
- Mandelbrot Set of degree 4: z^4+c
- Mandelbrot Set of degree 5: z^5+c
- Newton Iteration of dgree 3: z^3+(c-1)z+c
- Magnetic Field 1: ((z^2+c-1)/(2z+c-2))^2
- Magnetic Field 2:
- ((z^3+3(c-1)z+(c-1)(c-2))/(3z^2+3(c-2)z+c^2-3c+3))^2
- Mandelbrot Set (sin): z sin(z)+c
- Mandelbrot Set (sinh): z sinh(z)+c
- Mandelbrot Set (cos): z^2 cos(z)+1/c
- Mandelbrot Set (tan): z tan(z)+1/c
-
- and you can add your own formula via bundles.
-
- - You can zoom into a set or calculate a Julia Set by
- choosing the constant parameter c from the mandelbrot map.
-
- - FractalView is fast and it generates nice colored pictures.
-
- - You can save the images as tiff or print them or save the actual
- parameters.
-
- - Try it out!
-
- Peter Merz, merz@informatik.uni-siegen.de
-