作业帮 > 综合 > 作业

lingo解非线性方程组的问题.

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/15 03:43:50
lingo解非线性方程组的问题.
参考书上写的代码:
model:
x^2+y^2=2;
2*x^2+x+y^2+y=4;
end
解出结果
Feasible solution found at iteration:0
Variable Value
X 0.4543360
Y 1.339247
为什么我用lingo这么做总是出错呢?
Feasible solution found at iteration:100
Variable Value
X 0.4543360
Y 1.339247
Row Slack or Surplus
1 -0.2700439E-05
2 -0.6528000E-05
我运行了下,答案是这样的,我的可以运行得出来,看是你的软件有其他问题没有.