The basic function

We generate fractals by iterating a function like z = z2 + c, where z and c are complex numbers.

This is the object produced by the z2 iteration. It's known to us as the Mandelbrot Set, after the man who popularised fractal geometry.

Z2 Mandelbrot Set

 

 next