Jonathan. Frech’s WebBlog

Mandelbrot Set (#89)

Jonathan Frech

Working with complex numbers and iterating the function $f_c(z)=z^2+c$$f_c(z)=z^2+c$, I created this program which lets you explore the depth of this self-repeating fractal. The different colors are caused by different color schemes.

Controls

Source code: mandelbrot-set.py