Skip to content

a simple python script to plot the mandelbrot set: update

License

Notifications You must be signed in to change notification settings

goodguygg/mandelbrot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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: update

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%