top of page
AIIB
Call Now
Home
Math
Blog
Culture
Links
More
Use tab to navigate through the menu items.
GitHub Repository
​
https://github.com/CAG12/python.git
All Posts
Books
Math
AI
Python
IT
C++
Culture
Log in / Sign up
Animation of Mandelbrot Fractals
import matplotlib.pyplot as plt import numpy as np import math import matplotlib.animation as animation from random import randint ...
Istvan Benedek
Dec 29, 2023
1 min read
Mandelbrot fractals in python
Here, you can see the visualization of a Mandelbrot fractal with exponent 4. import matplotlib.pyplot as plt import numpy as np import...
Istvan Benedek
Dec 28, 2023
1 min read
bottom of page