注册 登录
编程论坛 Matlab

求助1stopt解方程组问题

leexjing 发布于 2010-02-04 15:38, 1674 次点击
我是新手,想用1stopt解三元方程,但是没响应,麻烦高手看下问题出在哪?
如下:
Title "Type your title here";
//Parameter x1,x2,x3;
//Function  x1+x3+1.95*x2+1056.83*x1*x2+37673.7*x1^2*x2*x3=1;
//Function  0.3377*x2-0.2992*x1+20.92*x1*x2-5041.54*x1^2*x2*x3=0;
//Function  0.0797*x2-0.2992*x3+43.27*x1*x2-4244.78*x1^2*x2*x3=0;
1 回复
#2
dahantianzi12010-03-05 00:35
把//去掉,你那是哪个版本的?
1