Self-Similarity · Mandelbrot

Fractals Explained

Fractals exhibit self-similarity at different scales. The Mandelbrot set reveals infinite detail from a simple iteration.

❓ FAQ

1) What defines a fractal?
Self-similarity and non-integer dimension.
2) What is the Mandelbrot set?
Complex points c where z_{n+1}=z_n^2+c remains bounded.
3) How to render?
Iterate and color by escape time.