Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ukiyoitis/mandelbrot-set-visualization
Just thought it was cool
https://github.com/ukiyoitis/mandelbrot-set-visualization
Last synced: about 2 months ago
JSON representation
Just thought it was cool
- Host: GitHub
- URL: https://github.com/ukiyoitis/mandelbrot-set-visualization
- Owner: ukiyoitis
- License: mit
- Created: 2024-02-11T14:47:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T12:37:19.000Z (11 months ago)
- Last Synced: 2024-09-11T21:58:47.869Z (4 months ago)
- Language: Jupyter Notebook
- Size: 74.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Mandelbrot Set
v1.0.0
The **Mandelbrot set** ([/ˈmændəlbroʊt, -brɒt/] is a two-dimensional set with a relatively simple definition that exhibits great complexity, especially as it is magnified. It is popular for its aesthetic appeal and fractal structures. The set is defined in the complex plane as the complex numbers $c$ for which the function $f_{c}(z)=z^{2}+c$ does not diverge to infinity when iterated starting at $z=0$, i.e., for which the sequence $f_{c}(0)$, $f_{c}(f_{c}(0))$, etc., remains bounded in absolute value.Idk I'm currenty exploring