Robert P. Munafo, 1999 Feb 3.
If you are totally new to this, start with iteration algorithm for a description of the function that generates the Mandelbrot Set, and the Raster Scan page for a simple program that just draws a picture of the Mandelbrot Set.
After covering those pages, there are three topics in the subject of algorithms to look at. Each is concerned with improving and customizing the basic Mandelbrot program:
See Representation Functions for descriptions of different ways to evaluate a point.
See Color and Drawing for descriptions of ways to color the points once you've evaluated them. The page on ASCII Graphics tells how some of the images on these pages were created.
See Speed Improvements for descriptions of all the different ways to make it run faster.
Some of these algorithms were used in an old program by Robert Munafo called Super MANDELZOOM.
See also encryption.
This work is licensed under a Creative Commons Attribution 2.5
License. Details here
s.13