Skip to content

Alex0Blackwell/mandelbrot-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Set

Table of contents

Overview

This program can generate and display the Mandelbrot set!

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

Examples

Screenshot of the generated Mandelbrot set

Screenshot

Technologies

  • Python 3.8
  • numpy 1.18
    • For making the graphed set
  • matplotlib 3.2
    • For displaying the graphed set

Setup

To run this project, install the requirements and then run the program:

pip3 install -r requirements
python3 generate.py

Limitations

  • Only one colour scheme
  • Cannot zoom into the mandelbrot set

License

Licensed under the MIT License