Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabriziomusacchio/roessler_attractor
Just a simple Python code example for simulating the trajectory of the Rössler attractor.
https://github.com/fabriziomusacchio/roessler_attractor
chaos chaos-theory dynamical-systems python python-tutorial rossler-attractor
Last synced: 1 day ago
JSON representation
Just a simple Python code example for simulating the trajectory of the Rössler attractor.
- Host: GitHub
- URL: https://github.com/fabriziomusacchio/roessler_attractor
- Owner: FabrizioMusacchio
- Created: 2024-03-10T09:58:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T09:30:46.000Z (8 months ago)
- Last Synced: 2024-03-19T10:46:56.934Z (8 months ago)
- Topics: chaos, chaos-theory, dynamical-systems, python, python-tutorial, rossler-attractor
- Language: Python
- Homepage: https://www.fabriziomusacchio.com/blog/2024-03-10-roessler_attractor/
- Size: 18.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rössler attractor
Just a simple Python code example for simulating the trajectory of the Rössler attractor. Find more information in these blog post
* [The Rössler attractor](https://www.fabriziomusacchio.com/blog/2024-03-10-roessler_attractor/)
* [Nullclines and fixed points of the Rössler attractor](https://www.fabriziomusacchio.com/blog/2024-03-19-roesler_attractor_nullcines_and_fixed_points/)For reproducibility:
```powershell
conda create -n attractor_networks -y python=3.11
conda activate attractor_networks
conda install mamba -y
mamba install -y numpy matplotlib scikit-learn ipykernel
```![img](roessler_attractor.png)