Sage Shaw - Applied Mathematician

Postdoctoral Associate
Iām now a Postdoctoral Associate at the University of Minnesota working in the Handy Research Group under professor Greg Handy.
My package odeiter now has documentation
odeiter is a python package for solving systems of differential equations using generators. Generators decouple the iteration from the looping body. This allows you to loop over the solution directly, and separates the solve code (handled by odeiter) from the code you write to do something productive with the solution.
