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.
- Host: GitHub
- URL: https://github.com/fabriziomusacchio/fractals
- Owner: FabrizioMusacchio
- Created: 2023-07-18T22:28:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T09:02:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T17:25:11.488Z (over 1 year ago)
- Topics: fractal, fractals, julia-set, koch-snowflake, mandelbrot, python, serpinski-triangle, takagi, weierstrass
- Language: Python
- Homepage: https://www.fabriziomusacchio.com/blog/2021-08-02-weierstrass_and_fractals/
- Size: 28.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.



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