[Home]Mandelbrot set

HomePage | Recent Changes | Preferences

Showing revision 8
The Mandelbrot set is a fractal that is defined as the set of points in the complex number plane that do not tend to infinity when iterating
zn+1 = zn2 + c
where zi and c are complex numbers. If we reformulate this without complex numbers and assume that z = (x, y) and c = (a, b) then we get
xn+1 = xn2 - yn2 + a, and
yn+1 = 2xnyn + b.

It can be shown that once the modulus of z is larger than 2 (in [cartesian form]?, when x2+y2>22) the point c will tend to infinity. This value, known as the Bailout value enables a large number of iterations to be skipped when calculating points outside the Mandelbrot set. Whilst it is of no mathematical importance, most fractal rendering programs display points outside of the Mandelbrot set depending on the number of iterations before it bailed out, creating concentric shapes, each a better approximation to the Mandelbrot set.

The Mandelbrot set was created by [Bendroit Mandelbrot]? as an index to the Julia? Sets: each point in the complex plane corresponds to a different Julia set.

-

Why not provide some links to freeware programs that compute fractals?


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited July 31, 2001 6:13 am by 209.218.246.xxx (diff)
Search: