top of page



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, 20231 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, 20231 min read
bottom of page