https://github.com/mseri/teachingplayground
https://github.com/mseri/teachingplayground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mseri/teachingplayground
- Owner: mseri
- License: mit
- Created: 2021-02-18T09:52:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T10:22:26.000Z (over 4 years ago)
- Last Synced: 2025-01-22T00:35:59.697Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://www.mseri.me
- Size: 6.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teaching Playground [](https://mybinder.org/v2/gh/mseri/teachingplayground/main)
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](https://colab.research.google.com/).
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](https://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
- [Jurassic Park](https://youtu.be/5cVLUPwrSmU)'s own explanation of chaos theory
- [Double Pendulum bot](https://twitter.com/pendulum_bot) and [J. Bertolotti animation](https://commons.wikimedia.org/wiki/File:Doublependula.gif) -- [originally seen on twitter](https://twitter.com/j_bertolotti/status/1031466199866114049), of course, you can also [write your own simulation](https://scipython.com/blog/the-double-pendulum/)
- [Triple Linkages](https://youtu.be/aVjj6VE-tNg)
- [Three body bot](https://twitter.com/ThreeBodyBot), but there are plenty of [interesting simulations around the web](https://twitter.com/simon_tardivel/status/1215728659010670594)
- [Geomag magnetic pendulum](https://youtu.be/Qe5Enm96MFQ), [Magnetic pendulum](https://youtu.be/nDTxJlXLoZE)
- [Laskar's dance of planets](https://youtu.be/Ycs0wHku5Cw?t=2821) ([HQ version of the planets simulation](https://perso.imcce.fr/jacques-laskar/medias/COLLIc_VGA.mov))
## Addendum
- [Veritasium on Chaos](https://youtu.be/ovJcsL7vyrk)
- [Hidden Heroines of Chaos - Quantamagazine](https://www.quantamagazine.org/hidden-heroines-of-chaos-ellen-fetter-and-margaret-hamilton-20190520/)
- [Blog post on differential logistic equation](https://www.mseri.me/thought-on-the-differential-logistic-equation/)