FabrizioMusacchio / roessler_attractor

Just a simple Python code example for simulating the trajectory of the Rössler attractor.

Home Page:https://www.fabriziomusacchio.com/blog/2024-03-10-roessler_attractor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

For reproducibility:

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

About

Just a simple Python code example for simulating the trajectory of the Rössler attractor.

https://www.fabriziomusacchio.com/blog/2024-03-10-roessler_attractor/


Languages

Language:Python 100.0%