An open API service indexing awesome lists of open source software.

https://github.com/fabriziomusacchio/fractals

This repository contains the code for the blog post on The Weistrass function and the beauty of fractals. For further details, please refer to this post.
https://github.com/fabriziomusacchio/fractals

fractal fractals julia-set koch-snowflake mandelbrot python serpinski-triangle takagi weierstrass

Last synced: about 1 month ago
JSON representation

This repository contains the code for the blog post on The Weistrass function and the beauty of fractals. For further details, please refer to this post.

Awesome Lists containing this project

README

          

# The Weistrass function and the beauty of fractals

This repository contains the code for the blog post on [The Weistrass function and the beauty of fractals](https://www.fabriziomusacchio.com/blog/2021-08-02-weierstrass_and_fractals/). For further details, please refer to this post.

![img](images/weierstrass_fractal.gif)

![img](images/mandelbrot_zoom.gif)

![img](images/sierpinski_triangle_animation.gif)

For reproducibility:

```powershell
conda create -n fractals -y python=3.8
conda activate fractals
conda install -y numpy matplotlib scikit-learn ipykernel
```