Skip to content

viniciuscavalcantte/Fractal-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Exploring the Mandelbrot Set with Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages