No BSD License  

Highlights from
MATLAB for Engineers

from MATLAB for Engineers by Adrian Biran
Companion Software

wd=stiff(t,w);
function wd=stiff(t,w);
% This function defines the differential equation of a stiff system
% It is written in the format required by ODE23 and ODE45.

a = [998 1998; -999 -1999];
yd = a*y;

Contact us at files@mathworks.com