Skip to content

zoltanszalontay/zoltansz-mandelbrot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!

About

a simple python script to plot the mandelbrot set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%