Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 519 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 519 Bytes

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