/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.

Primary LanguagePython

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. For further details, please refer to this post.

img

img

img

For reproducibility:

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