Iterations in the Mandelbrot set
The well known Mandelbrot set is generated by an iterative process on the
complex function f(z)=z2+c. Those values c for which this iteration emerges to infinity will be colored white, all others will be colored black. The applet shows the iterated application of f(z) depending on the parameter c. As starting value for the iteration we take c as well.