Iterates
Robert P. Munafo, 2002 May 29.
The values of Zn that are calculated during an iteration process. The iterates form a sequence of points Zn (also called the point's orbit or the critical orbit of the point's Julia set), with one member for each positive integer n. The sequence is defined by the recurrance relation:
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.
From the Mandelbrot Set Glossary and Encyclopedia, by Robert Munafo. Mu-ency index
Robert Munafo's home pages on HostMDS (c) 1996-2010 Robert P. Munafo. about contact
This work is licensed under a Creative Commons Attribution 2.5
License. Details here
s.13