Code covered by the BSD License  

Highlights from
First-order stiff ordinary differential equation solver

from First-order stiff ordinary differential equation solver by Ali Dinler
Runs 20 implicit and semi-implicit methods for first-order initial value stiff ODEs.

f(x,y)
function z = f(x,y)
z=-50*(y-cos(x));

Contact us at files@mathworks.com