No BSD License  

Highlights from
Numerical Methods using Matlab, 2e

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

e2pg020b.m
x=2:.04:4;
y=f101(x);
plot(x,y);
xlabel('x'); ylabel('y');
figure(2)
fplot('f101',[2 4])
xlabel('x'); ylabel('y');

Contact us at files@mathworks.com