Solving ODEs in MATLAB

Order, Naming Conventions

Description: The digits in the name of a MATLAB® ODE solver reflect its order and resulting accuracy. A method is said to have order p if cutting the step size in half reduces the error in one step by a factor of two to the power p+1.

Related MATLAB code files can be downloaded from MATLAB Central

Instructor: Cleve Moler