Following the online course "Introduction to Dynamical Systems and Chaos" from Santa Fe Institute, I decided to attempt my own implementation of bifurcation diagrams.
Below the instructions on how to setup and run the project. If you're only interested in the results, just open Bifurcation diagram.html
.
Tested on OsX:
- Python 3.65
- Jupyter Notebook
- Numpy
- Matplotlib
From you terminal, cd into the project folder then run Jupyter notebook:
cd project_folder
jupyter notebook
A browser window will open. Select "Bifurcation diagram.ipynb" to run the notebook.