Mandelbrot Functionality

Explaination

The mandelbrot set is all about squaring complex numbers.

Pick a spot on the area. That point is then calculated as if we were plotting the mandelbrot set. As it's squared, it bounces around. If it spirals towards infinity, it is not in the set, if it stays forever inside the circle, it is in the set. If it bounces round a number of times then leaves, it is on the border of the set.

You can read more online: Wikipedia


Click places to see the intermediate calculations for that point. You can optionally show the set behind with the "Draw" button. The first time this is clicked after page load, it will take a few seconds as the set is built. After that it can just be shown or hidden

On the pattern itself, black pixels are ones which escape right away, white are those which never escape, and the shades of blue are those which escape after jumping around a bit first