Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 612 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 612 Bytes

notes

Jupyter Notebooks, mostly. Physics and numerical analysis.

Demos

Quad spring animation using BDF solver for stiff ODEs.

quad-spring.mov

Setup

mamba env create -f environment.yml

Cleanup or refresh dependencies

mamba env remove -n notes
mamba env create -f environment.yml

Keep working

mamba activate notes

Save changes to environment

mamba env export > environment.yml