• Stars
    star
    1
  • Language
    Python
  • Created about 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Python based solver for ODEs (Ordinary Differential Equations), useful to solve equations that model change over time. Implementations include methods for RungeKutta2 and RungeKutta4, as well as Forward Euler and Backwards Euler