Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)