Mandelbrot - set

The members of the common Mandelbrot set follow the rule

zn+1= zn2+ c ; initial value z0 = 0

c is a complex number, as is z

We look for points c in the complex plane, for which the series does not diverge. They form the Mandelbrot set. In the simulation they are colored red, lying within a range with the fractal boundary, the famous "apple man". Diverging points are colored green to blue, with the color shading indicating the speed of divergence.

Drawing a rectangle with the mouse defines a smaller range of calculation with correspondingly increasing resolution. Reset leads back to the initial condition.