Skip to content

Atrament1s/Mandelbrot-Values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Mandelbrot Values

This is a program that outputs both the real and imaginary parts of a given recursive function (such as $z^{2}+c$) with a given number of iterations, a starting $z$ value, and a starting $c$ value.

Installation

To install and run this program, simply run the following commands in a terminal. Make sure that you have both git and python installed before running the following commands.

git clone https://github.com/Atrament1s/Mandelbrot-Values.git
cd Mandelbrot-Values
py mandelbrot.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages