No BSD License  

Highlights from
Numerical Methods using Matlab, 2e

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

e2pg420.m
%Script for running newtonmvsym
global f
syms a b
x=sym([a b]);
f=[x(1)*x(2)-2,x(1)^2+x(2)^2-4];
[x1,fr,it]=newtmvsym([1 0],f,2,.000000005)

Contact us at files@mathworks.com