Three basic python notebooks explaining:
- Integration of ordinary differential equations such as ẋ = F(x)
- Maps integration and caos transition
- Lyapunov exponents of a dynamical system and attractor reconstruction
If you just want to take a look at the notebooks without running the code just navigate this repository here on GitHub.
If you want to explicitly run the code, modify or testing new things you can do it on your own machine or online.
Download this repository and install dependencies contained in
requirements.txt. Typing in terminal jupyter notebook will open a browser
window from which you can interact with notebooks.