Skip to content

itsjorgebar/ODE_Solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODE Solvers

Ordinary differential equation solvers based on numerical methods inlcuding Euler, Heun, and Runge-Kutta methods.

Instructions

The solvers.py file is a library containing popular ODE approximators.

Example usage is shown in main.py whose outputs are stored in /results.

Required software

  • Python 3
  • NumPy
  • Tabulate

About

Ordinary differential equations solver library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages