matlab实现牛顿迭代法求解非线性方程组
matlab 实现牛顿迭代法求解非线性方程组已知非线性方程组如下3*x1-cos(x2*x3)-1/2=0x1^2-81*(x2+0.1)^2+sin(x3)+1.06=0exp(-x1*x2)+20
matlab实现牛顿迭代法求解非线性方程组