【matlab怎么用fsolve函数解非线性方程组?】
<p>问题:【matlab怎么用fsolve函数解非线性方程组?】<p>答案:↓↓↓<p class="nav-title mt10" style="border-top:1px solid #ccc;padding-top: 10px;">黄改娟的回答:<div class="content-b">网友采纳 举个例子你就明白了1)建立方程组的M-函数文件(nxxf.m)functioneq=nxxf(x)eq(1)=sin(x(1))+x(2)^2+log(x(3))-7;eq(2)=3*x(1)+2^x(2)-x(3)^3+1;eq(3)=x(1)+x(2)+x(3)-5;2)运行程序(test4.m)y=fsolve('nxxf',...
页:
[1]