Skip to content

Commit

Permalink
inigial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioMusacchio committed Mar 18, 2024
1 parent 610c997 commit ad17f88
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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/)

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
```

0 comments on commit ad17f88

Please sign in to comment.