The Mandelbrot Fractal
A greyscale representation of the mandelbrot numerical set,
a series of imaginary numbers that satisfy the pattern Zn+1 = (Zn2) + C
where Zn
does not approach infinity, no matter how large the value of n
.
To zoom in, left click. To zoom out, right click.
Please note, this demonstration requires a browser that implements the HTML5 canvas element