danyaal / mandelbrot

a simple python script to plot the mandelbrot set
MIT License
26 stars 21 forks source link

Mandelbrot Set

A simple Python script to plot the Mandelbrot Set.

What is the Mandelbrot Set?

From Wikipedia:

The Mandelbrot set is the set of complex numbers c for which the function f(z)=z^2+c does not diverge when iterated from z=0.

An image of the set

Zoomed In

Zoomed In

Zoomed In

More Zoomed In

More Zoomed In

Check out https://en.wikipedia.org/wiki/Mandelbrot_set to learn more about it.

Acknowledgments

Shout out to Tariq Rashid and his great book for introducing me to the Mandelbrot Set!!