Robert P. Munafo, 2002 May 29.
Z0 = 0
Zn+1 = Zn2 + C
where C is the point for which the iteration is being performed.
If the values of Zn diverge to infinity by getting progressively larger and larger, the point C is not in the Mandelbrot set.
If the values converge on a single value or a finite repeating set of N values, the point is in the Mandelbrot Set and is said to have period N. The set of N values is the limit cycle.
If the values follow a chaotic, non-repeating pattern and never diverge to infinity the point is in the Mandelbrot Set and also on the boundary. Not all points on the boundary have chaotic iteration, however. The Misiurewicz points are the best examples. See also accuracy.
See the page on algorithms for more information about how to write a Mandelbrot program.
Julia sets can be plotted via the inverse iteration method.
See also inverse Mandelbrot iteration.
This work is licensed under a Creative Commons Attribution 2.5
License. Details here
s.13