https://github.com/ukiyoitis/mandelbrot-set-visualization
Just thought it was cool
https://github.com/ukiyoitis/mandelbrot-set-visualization
Last synced: 4 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T12:37:19.000Z (over 1 year ago)
- Last Synced: 2025-01-07T05:40:49.848Z (6 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