Back to Browse

Solving ODEs in Python 5: Superclass and Runge-Kutta

6.0K views
Sep 4, 2020
14:15

In this view we implement the ODESolver superclass (parent class) that we talked about in the previous video. Thereafter, we implement the Forward Euler method again, highlighting the benefit of the new structure. We also implement the fourth-order Runge-Kutta method, perhaps the most popular of all numerical integrators/ODE solvers. You can find the Python ODESolver library I build throughout this video series here: https://github.com/gregwinther/youtube. #ODESolver

Download

1 formats

Video Formats

360pmp424.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Solving ODEs in Python 5: Superclass and Runge-Kutta | NatokHD