| Mandelbrot Set |
Robert P. Munafo, 2000 Feb 7.
Exploring : an overview of what types of things you'll find when you start exploring the Mandelbrot Set on your own.
Pixel-Counting : the latest results on the calculation of the Mandelbrot Set's area.
The Mandelbrot Set is a set in the domain of complex numbers (see Point).
For each complex number C, a sequence of iterates Zn is defined as follows :
Z0 = 0 + 0 i
Zn = Zn-12 + C for n > 0
C is a member of the Mandelbrot set if and only if mag(Zn) is finite for all values of n. Here, mag(Zn) indicates the magnitude of Zn, that is,
mag(Zn) = sqrt(a2 + b2)
where a is the real component and b the imaginary component of Zn.
See also: algorithms, iteration, Mu map.
The Mandelbrot Set is connected. Its Boundary has Hausdorff dimension 2.0. Its Area is about 1.5065916...
This work is licensed under a
Creative Commons Attribution 2.5 License
.