MATLAB fsolve求解非线性方程组的问题 10
functiony=myfun(x)y(1)=x(1)*110^x(2)-x(1)*170^x(2)-3650;y(2)=x(1)*70^x(2)-x(1)*130^x(...
function y=myfun(x)
y(1)=x(1)*110^x(2)-x(1)*170^x(2)-3650;
y(2)=x(1)*70^x(2)-x(1)*130^x(2)-9000;
x0=[1 1];
x=fsolve('myfun',x0),optimset('display','iter','MaxFunEvals',1000);
弹出了fsolve stopped because it exceeded the function evaluation limit, 展开
y(1)=x(1)*110^x(2)-x(1)*170^x(2)-3650;
y(2)=x(1)*70^x(2)-x(1)*130^x(2)-9000;
x0=[1 1];
x=fsolve('myfun',x0),optimset('display','iter','MaxFunEvals',1000);
弹出了fsolve stopped because it exceeded the function evaluation limit, 展开
展开全部
在我的机器上运行,没问题:
Optimizer appears to be converging to a minimum that is not a root:
Sum of squares of the function values is > sqrt(options.TolFun).
Try again with a new starting point.
X1 =
0.2295
0.0317
-0.1424
是不是你的Matlab版本低的原因?我用的是R2008a,Matlab7.6.0
Optimizer appears to be converging to a minimum that is not a root:
Sum of squares of the function values is > sqrt(options.TolFun).
Try again with a new starting point.
X1 =
0.2295
0.0317
-0.1424
是不是你的Matlab版本低的原因?我用的是R2008a,Matlab7.6.0
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询