求解非线性方程组
其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中运行时,不是出现以上结果,而是:
出现了ERROR CODE 201
No feasible solution found.
Extended solver steps: 5
Total solver iterations: 52
Variable Value
X 1.186141
Y 0.000000
Row Slack or Surplus
1 -0.5930694
2 -0.2253494E-05