Mandelbrot Set
Robert P. Munafo, 2000 Feb 7.
Major Features : names and pictures of the largest features.
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.
Definition :
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.
Other mathematical properties :
The Mandelbrot Set is connected. Its Boundary has Hausdorff dimension 2.0. Its Area is about 1.5065916...
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