No description
  • Jupyter Notebook 99.9%
Find a file
Marcello Seri fecdb9809e Update
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
2022-03-09 11:22:21 +01:00
.gitignore Initial commit 2021-02-18 10:52:54 +01:00
CentralPotential.ipynb Update 2022-03-09 11:22:21 +01:00
helpers.py Update figure for notes 2022-03-09 11:18:11 +01:00
Kepler.ipynb Add symplectic integration of Kepler 2021-07-09 16:03:44 +02:00
LICENSE Initial commit 2021-02-18 10:52:54 +01:00
LogisticPopulation.ipynb Add project chaos theory stuff 2021-04-15 15:04:28 +02:00
LogisticPopulationWithBifurcation.ipynb Add project chaos theory stuff 2021-04-15 15:04:28 +02:00
Poincare.ipynb Add project chaos theory stuff 2021-04-15 15:04:28 +02:00
QuadraticMap.ipynb Add project chaos theory stuff 2021-04-15 15:04:28 +02:00
README.md Add project chaos theory stuff 2021-04-15 15:04:28 +02:00
requirements.txt Add readme and reqs 2021-02-18 10:56:51 +01:00
Scatter.ipynb Add project chaos theory stuff 2021-04-15 15:04:28 +02:00
SphericalPendulum.ipynb Add project chaos theory stuff 2021-04-15 15:04:28 +02:00

Teaching Playground Binder

These are little experiments used during lectures or seminars, use at your own risk :)

The notebooks can be run remotely via binder or google colab. In the first case it is enough to click on the binder badge above, in the second you can proceed as follows:

  1. Go to colab.research.google.com
  2. Click on GitHub then paste https://github.com/mseri/ProjectChaosTheory
  3. Click on LogisticPopulation.ipynb or any other ipynb file you want to work on.

Students of our university should be able to use colab using their students account, but I believe that colab is free to use for everybody for the moment.

You can also run all the notebooks locally with jupyter. In this case a recent version of python, numpy and matplotlib is required (see requirements.txt for a compatible set of dependencies).

Examples of Chaotic Systems

Addendum