|
The numerical methods for solving ordinary differential equations are methods of integrating a system of first order differential equations, since higher order ordinary differential equations can be reduced to a set of first order ODE's. For example,
An order ordinary differential can be similarly reduced to
Common numerical methods for solving initial value problems of ordinary differential equations are summarized:
Euler Method
Midpoint Method
Runge-Kutta Method
|