Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 703 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 703 Bytes

Mandelbrot Set

The Mandelbrot set is a region in the complex plane composed of all points C for which an iterative sequence Zn remains limited as long as n increases. This sequence is generated by the equation z_{n+1} = z_n^2 + c where Zn is a complex number that represents the current iteration and C is a point in the complex plane being tested.

MandelBrot

License

This project is licensed under the MIT License. Feel free to use and modify it as you see fit. Refer to the LICENSE file for more details.

Note

This project was inspired by the beauty of fractal mathematics.