Mandelbrot Set

I provide here some information about computing the Mandelbrot set.

The mathematics of computing the set can be found in this (53 kB) Adobe Acrobat file. This file also includes some interesting coordinates to start looking at. There are many (infinitely) more.

Also, I wrote a C language program (6 KB) to generate bitmaps of the set. You need to provide a text color table named "palette" such as this where red, green, and blue components are specified on each row (i.e., one color per row). You can modify this palette by putting as many, or as few, colors as you want. The program will cycle through those colors. The program will ask for the maximum iterations. Typically, 1000 to 3000 are used, depending upon how "deep" into the set you are (more iterations needed for a clearly defined set boundary, the deeper you go).

P. David Buchan pdbuchan@yahoo.com