No BSD License  

Highlights from
Numerical Methods using Matlab, 2e

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

fv=f801(x);
function fv=f801(x);
fv=0.5*(x(1)^4-16*x(1)^2+5*x(1)) +...
0.5*(x(2)^4-16*x(2)^2+5*x(2));

Contact us at files@mathworks.com