Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabriziomusacchio/phase_plane_analysis
Python scripts supporting tutorials on phase plane analysis.
https://github.com/fabriziomusacchio/phase_plane_analysis
chaotic-systems dynamical-systems fitzhugh-nagumo fitzhugh-nagumo-model neuron-model neuroscience phase-plane phase-plane-analysis phase-portrait python-tutorial van-der-pol van-der-pol-chaotic-system vanderpol
Last synced: about 1 month ago
JSON representation
Python scripts supporting tutorials on phase plane analysis.
- Host: GitHub
- URL: https://github.com/fabriziomusacchio/phase_plane_analysis
- Owner: FabrizioMusacchio
- Created: 2024-03-18T00:00:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T11:59:09.000Z (9 months ago)
- Last Synced: 2024-04-07T12:39:41.039Z (9 months ago)
- Topics: chaotic-systems, dynamical-systems, fitzhugh-nagumo, fitzhugh-nagumo-model, neuron-model, neuroscience, phase-plane, phase-plane-analysis, phase-portrait, python-tutorial, van-der-pol, van-der-pol-chaotic-system, vanderpol
- Language: Python
- Homepage: https://www.fabriziomusacchio.com/blog/2024-03-17-phase_plane_analysis/
- Size: 23.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phase plane analysis
Python scripts supporting tutorials on phase plane analysis. For more details, see these blog posts:
* [Using phase plane analysis to understand dynamical systems](https://www.fabriziomusacchio.com/blog/2024-03-17-phase_plane_analysis/)
* [The Van der Pol oscillator](https://www.fabriziomusacchio.com/blog/2024-03-24-van_der_pol_oscillator/)
* [FitzHugh-Nagumo model](https://www.fabriziomusacchio.com/blog/2024-04-07-fitzhugh_nagumo_model/)For reproducibility:
```bash
conda create -n phaseplane -y python=3.11
conda activate phaseplane
conda install -y mamba
mamba install -y ipykernel numpy matplotlib scipy
```![img](pendulum_phase_portrait_z1.0_0_thumb.png)
![img](van_der_pol_oscillator_z_4_0_mu_2.png)
![img](FitzHugh_Nagumo_thumb_big.jpg)