This Java applet calculates the portion of the mandelbrot set defined by the variables on the right and displays the image on the left. The calculation can be a long process, especially on slower machines. However, if you have a nice machine or lots of time, you can zoom in on parts of the mandelbrot set that you want to see. The detail is really amazing. The Mandelbrot Set is an example of a fractal. It exists in the complex plane and is the set of all points that, after any number of iterations, do not diverge.
The black pixels on the inside represent points that are in the set. All other points are outside of the set. The coloring of the points reflects the speed at which they begin to diverge. Those pixels that are green or light brown diverge more slowly than the pixels that are a more muddy and dark brown.
There are two modes for use with this applet:
You will notice that if you select on a point that is in the Mandelbrot Set, the corresponding Julia Set is continuous, but if you select a point that is not in the Mandelbrot Set, the corresponding Julia Set is disjointed...
The Checkbox is a failsafe measure to try to ensure your machine won't lock. If it is checked, the program will sleep in addition to yielding to let the other programs work. It is a trick I saw on www.franceway.com - I hope it's useful. Personally, I always have it off when I'm exploring.
Problems
In Netscape pre 3.0beta5, and on computers in palettized, 256 or 16 color modes, the image is dithered, which stinks and ruins the nice smooth colors the graphic deserves