Jupyter Notebooks, mostly. Physics and numerical analysis.
Quad spring animation using BDF solver for stiff ODEs.
quad-spring.mov
mamba env create -f environment.yml
mamba env remove -n notes
mamba env create -f environment.yml
mamba activate notes
mamba env export > environment.yml