Skip to content

Evaluating numerical methods for approximating ODE using Python

Notifications You must be signed in to change notification settings

lathestudent/Numerical-IVP-Methods

Repository files navigation

Numerical-IVP-Methods

Evaluating numerical methods for approximating ODE using Python

This project is from a Numerical Analysis II course. This project we evaluated numerical methods for approximating ODE using Python.

Methods:

  1. Euler's Method
  2. Modified Euler's Method
  3. Midpoint Method
  4. Runge-Kutta Fourth Order Method
  5. Midpoint Method
  6. Adams-Bashforth 4-Step Explicit Method
  7. Predictor Corrector Method