Jonathan. Frech’s WebBlog

Mandelbrot Set (#89)

Jonathan Frech,

Working with complex numbers and iterating the func­tion $f_c(z)=z^2+c$$f_c(z)=z^2+c$$f_c(z)=z^2+c$, I created this pro­gram which lets you explore the depth of this self-repeating fractal. The dif­fer­ent colors are caused by dif­fer­ent color schemes.

Controls

Source code: mandelbrot-set.py