No BSD License  

Highlights from
Numerical Methods using Matlab, 2e

image thumbnail
from Numerical Methods using Matlab, 2e by John Penny
Companion Software

fv=f901(t,x)
function fv=f901(t,x)
fv=zeros(2,1);
fv(1)=x(2);
fv(2)=3*t-4*x(1);

Contact us at files@mathworks.com