Solving ODEs in MATLAB

Systems of Equations

Descriptions: An ordinary differential equation involving higher order derivatives is rewritten as a vector system involving only first order derivatives. The classic Van der Pol nonlinear oscillator is provided as an example. The VdP equation becomes stiff as the parameter is increased.

Related MATLAB code files can be downloaded from MATLAB Central

Instructor: Cleve Moler