24小时热门版块排行榜    

查看: 1412  |  回复: 6
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

rita128

新虫 (初入文坛)

[求助] 求助,用1stopt解方程组,两次得到的解不唯一?什么原因,大神帮忙

代码如下,abcdef六个未知数,六个方程,不设初值,方程全部等于零,得到的结果为什么不唯一呢?
而且正负号还有区别,请求知道的朋友帮忙!谢谢
Title "Type your title here";
Parameters a,b,c,d,e,f ;
//Variable ;
Function 2*10.282*(0.241+10.282*a+1.077*b+0.890*c+15.484*d+119.87*e-f)+2*9.928*(-0.00523+9.928*a+0.765*b+0.923*c+13.995*d+97.93*e-f)+2*8.31*
(-0.297+8.31*a+1.039*b+0.908*c+11.36*d+64.49*e-f)+2*22.764*(-0.420+22.764*a-9.945*b+1.104*c+29.82*d+444.74*e-f)+2*15.434*(-0.292+15.434*a-2.95*b+1.039*c
+20.38*d+207.76*e-f)+2*21.074*(-0.565+21.074*a-8.87*b+1.1*c+27.22*d+370.51*e-f)+2*22.42*(-0.890+22.42*a-11.67*b+1.13*c+28.27*d+399.73*e-f)
+2*6.626*(-1.453+6.626*a+0.924*b+0.983*c+6.95*d+24.153*e-f)+2*6.40*(-3.704+6.40*a+0.802*b+1.136*c+4.41*d+9.71*e-f)
+2*15.31*(0.037+15.31*a-1.942*b+1.007*c+21.13*d+223.19*e-f)+2*22.886*(-0.407+22.887*a-10.007*b+1.1*c+30.02*d+450.62*e-f)
+2*2.61*(-3.6194+2.61*a-12.83*b)=0;

2*1.077*(0.241+10.282*a+1.077*b+0.890*c+15.484*d+119.87*e-f)+2*0.765* (-0.00523+9.928*a+0.765*b+0.923*c+13.995*d+97.93*e-f)
+2*1.039*(-0.297+8.31*a+1.039*b+0.908*c+11.36*d+64.49*e-f)+2*(-9.945)* (-0.420+22.764*a-9.945*b+1.104*c+29.82*d+444.74*e-f)
-2*2.950*  (-0.292+15.434*a-2.95*b+1.039*c+20.38*d+207.76*e-f) -2*8.87* (-0.565+21.074*a-8.87*b+1.1*c+27.22*d+370.51*e-f)
-2*11.67*(-0.890+22.42*a-11.67*b+1.13*c+28.27*d+399.73*e-f)+2*0.924* (-1.453+6.626*a+0.924*b+0.983*c+6.95*d+24.153*e-f)
+2*0.802* (-3.704+6.40*a+0.802*b+1.136*c+4.41*d+9.71*e-f)-2*1.942*(0.037+15.31*a-1.942*b+1.007*c+21.13*d+223.19*e-f)
-2*10.007* (-0.407+22.887*a-10.007*b+1.1*c+30.02*d+450.62*e-f) -2*12.83* (-3.6194+2.61*a-12.83*b)=0;

2*0.890* (0.241+10.282*a+1.077*b+0.890*c+15.484*d+119.87*e-f)+2*0.923* (-0.00523+9.928*a+0.765*b+0.923*c+13.995*d+97.93*e-f)
+2*0.908*(-0.297+8.31*a+1.039*b+0.908*c+11.36*d+64.49*e-f)+2*1.104* (-0.420+22.764*a-9.945*b+1.104*c+29.82*d+444.74*e-f)
+2*1.039*  (-0.292+15.434*a-2.95*b+1.039*c+20.38*d+207.76*e-f) +2*1.1* (-0.565+21.074*a-8.87*b+1.1*c+27.22*d+370.51*e-f)
+2*1.13*(-0.890+22.42*a-11.67*b+1.13*c+28.27*d+399.73*e-f)+2*0.983* (-1.453+6.626*a+0.924*b+0.983*c+6.95*d+24.153*e-f)
+2*1.136* (-3.704+6.40*a+0.802*b+1.136*c+4.41*d+9.71*e-f)+2*1.007*(0.037+15.31*a-1.942*b+1.007*c+21.13*d+223.19*e-f)
+2*1.1* (-0.407+22.887*a-10.007*b+1.1*c+30.02*d+450.62*e-f) =0;

  2*15.484* (0.241+10.282*a+1.077*b+0.890*c+15.484*d+119.87*e-f)+2*13.995* (-0.00523+9.928*a+0.765*b+0.923*c+13.995*d+97.93*e-f)
+2*11.36*(-0.297+8.31*a+1.039*b+0.908*c+11.36*d+64.49*e-f)+2*29.82* (-0.420+22.764*a-9.945*b+1.104*c+29.82*d+444.74*e-f)
+2*20.38*  (-0.292+15.434*a-2.95*b+1.039*c+20.38*d+207.76*e-f) +2*27.22* (-0.565+21.074*a-8.87*b+1.1*c+27.22*d+370.51*e-f)
+2*28.27*(-0.890+22.42*a-11.67*b+1.13*c+28.27*d+399.73*e-f)+2*6.95* (-1.453+6.626*a+0.924*b+0.983*c+6.95*d+24.153*e-f)
+2*4.41* (-3.704+6.40*a+0.802*b+1.136*c+4.41*d+9.71*e-f)+2*21.13*(0.037+15.31*a-1.942*b+1.007*c+21.13*d+223.19*e-f)
+2*30.02* (-0.407+22.887*a-10.007*b+1.1*c+30.02*d+450.62*e-f) =0;

  2*119.87* (0.241+10.282*a+1.077*b+0.890*c+15.484*d+119.87*e-f)+2*97.93* (-0.00523+9.928*a+0.765*b+0.923*c+13.995*d+97.93*e-f)
+2*64.49*(-0.297+8.31*a+1.039*b+0.908*c+11.36*d+64.49*e-f)+2*444.74* (-0.420+22.764*a-9.945*b+1.104*c+29.82*d+444.74*e-f)
+2*207.76*  (-0.292+15.434*a-2.95*b+1.039*c+20.38*d+207.76*e-f) +2*370.51* (-0.565+21.074*a-8.87*b+1.1*c+27.22*d+370.51*e-f)
+2*399.73*(-0.890+22.42*a-11.67*b+1.13*c+28.27*d+399.73*e-f)+2*24.153* (-1.453+6.626*a+0.924*b+0.983*c+6.95*d+24.153*e-f)
+2*9.71* (-3.704+6.40*a+0.802*b+1.136*c+4.41*d+9.71*e-f)+2*223.19*(0.037+15.31*a-1.942*b+1.007*c+21.13*d+223.19*e-f)
+2*450.62* (-0.407+22.887*a-10.007*b+1.1*c+30.02*d+450.62*e-f) =0;

  (-2)* (0.241+10.282*a+1.077*b+0.890*c+15.484*d+119.87*e-f)-2* (-0.00523+9.928*a+0.765*b+0.923*c+13.995*d+97.93*e-f)
-2*(-0.297+8.31*a+1.039*b+0.908*c+11.36*d+64.49*e-f)-2*(-0.420+22.764*a-9.945*b+1.104*c+29.82*d+444.74*e-f)
-2* (-0.292+15.434*a-2.95*b+1.039*c+20.38*d+207.76*e-f) -2* (-0.565+21.074*a-8.87*b+1.1*c+27.22*d+370.51*e-f)
-2*(-0.890+22.42*a-11.67*b+1.13*c+28.27*d+399.73*e-f)-2* (-1.453+6.626*a+0.924*b+0.983*c+6.95*d+24.153*e-f)
-2*(-3.704+6.40*a+0.802*b+1.136*c+4.41*d+9.71*e-f)-2*(0.037+15.31*a-1.942*b+1.007*c+21.13*d+223.19*e-f)
-2*(-0.407+22.887*a-10.007*b+1.1*c+30.02*d+450.62*e-f) =0;
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

rita128

新虫 (初入文坛)

引用回帖:
6楼: Originally posted by dingd at 2013-04-19 08:38:00
a: -0.104353307868104
b: 0.697594503111103
c: 1.37480091562586
d: -0.201460276826676
e: 0.00582485150637314
f: -0.314840325846286

谢谢!
7楼2013-04-20 12:31:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 7 个回答

dingd

铁杆木虫 (职业作家)

【答案】应助回帖

★ ★ ★ ★ ★ ★
感谢参与,应助指数 +1
csgt0: 金币+1, 谢谢 2013-04-18 14:26:36
rita128: 金币+5, 有帮助 2013-04-18 14:35:59
不知你用的哪个版本,5.0计算结果稳定唯一:
a: -2.0311750413278
b: -0.682865795522349
c: 25.015268741902
d: 0.959533020492511
e: -0.00216840925412692
f: 15.5189257937913
2楼2013-04-18 08:48:19
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

rita128

新虫 (初入文坛)

引用回帖:
2楼: Originally posted by dingd at 2013-04-18 08:48:19
不知你用的哪个版本,5.0计算结果稳定唯一:
a: -2.0311750413278
b: -0.682865795522349
c: 25.015268741902
d: 0.959533020492511
e: -0.00216840925412692
f: 15.5189257937913

麻烦你再帮我解一个吧。我的版本不够
,

Title "Type your title here";
Parameters a,b,c,d,e,f ;
//Variable ;
Function 2*10.282*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*9.928*(-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)+2*8.31*
(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*22.764*(1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)+2*15.434*(1.1697+15.434*a+2.075*b+1.039*c
+20.38*d+207.76*e-f)+2*21.074*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)+2*22.42*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*6.626*(0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)+2*6.40*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)
+2*15.31*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*22.886*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f)
+2*2.61*(0.2293+2.61*a+0.207*b)=0;

2*1.581*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*1.499* (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*1.292*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*2.846* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*2.075*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f)+2*2.649*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)+2*2.755*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*1.023* (0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
+2*0.9428*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)
+2*2.103*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*2.8605*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f)
+2*0.207*(0.2293+2.61*a+0.207*b)=0;

2*0.890* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*0.923*  (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f) +2*0.908*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*1.104* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*1.039*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*1.1*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f) +2*1.13*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*0.983*(0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
+2*1.136*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)+2*1.007*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*1.1*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

  2*15.484* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*13.995* (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*11.36*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*29.82*(1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*20.38*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*27.22*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)  +2*28.27*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*6.95*(0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f) +2*4.41*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)+2*21.13*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f) +2*30.02*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

2*119.87*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*97.93* (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*64.49*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*444.74* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*207.76*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*370.51* (1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)
+2*399.73*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)+2*24.153*(0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f) +2*9.71* (-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)+2*223.19*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*450.62*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

(-2)* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)-2*  (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f) -2*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)-2* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)-2* (1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f)-2*  (1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)
-2*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)-2* (0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
-2*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)-2*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)-2*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;


Title "Type your title here";
Parameters a,b,c,d,e,f ;
//Variable ;
Function 2*10.282*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*9.928*(-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)+2*8.31*
(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*22.764*(1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)+2*15.434*(1.1697+15.434*a+2.075*b+1.039*c
+20.38*d+207.76*e-f)+2*21.074*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)+2*22.42*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*6.626*(0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)+2*6.40*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)
+2*15.31*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*22.886*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f)
+2*2.61*(0.2293+2.61*a+0.207*b)=0;

2*1.581*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*1.499* (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*1.292*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*2.846* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*2.075*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f)+2*2.649*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)+2*2.755*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*1.023* (0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
+2*0.9428*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)
+2*2.103*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*2.8605*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f)
+2*0.207*(0.2293+2.61*a+0.207*b)=0;

2*0.890* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*0.923*  (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f) +2*0.908*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*1.104* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*1.039*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*1.1*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f) +2*1.13*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*0.983*(0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
+2*1.136*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)+2*1.007*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*1.1*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

  2*15.484* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*13.995* (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*11.36*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*29.82*(1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*20.38*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*27.22*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)  +2*28.27*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*6.95*(0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f) +2*4.41*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)+2*21.13*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f) +2*30.02*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

2*119.87*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*97.93* (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*64.49*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*444.74* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*207.76*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*370.51* (1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)
+2*399.73*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)+2*24.153*(0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f) +2*9.71* (-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)+2*223.19*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*450.62*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

(-2)* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)-2*  (-0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f) -2*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)-2* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)-2* (1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f)-2*  (1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)
-2*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)-2* (0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
-2*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)-2*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)-2*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;
3楼2013-04-18 14:36:42
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

rita128

新虫 (初入文坛)

引用回帖:
2楼: Originally posted by dingd at 2013-04-18 08:48:19
不知你用的哪个版本,5.0计算结果稳定唯一:
a: -2.0311750413278
b: -0.682865795522349
c: 25.015268741902
d: 0.959533020492511
e: -0.00216840925412692
f: 15.5189257937913

不好意思,刚才那个发错了,是下面的代码。麻烦你了

Title "Type your title here";
Parameters a,b,c,d,e,f ;
//Variable ;
Function 2*10.282*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*9.928*(0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)+2*8.31*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*22.764*(1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)+2*15.434*(1.1697+15.434*a+2.075*b+1.039*c
+20.38*d+207.76*e-f)+2*21.074*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)+2*22.42*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*6.626*(-0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)+2*6.40*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)
+2*15.31*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*22.886*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f)
+2*2.61*(0.2293+2.61*a+0.207*b)=0;

2*1.581*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*1.499* (0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*1.292*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*2.846* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*2.075*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f)+2*2.649*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)+2*2.755*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*1.023* (-0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
+2*0.9428*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)
+2*2.103*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*2.8605*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f)
+2*0.207*(0.2293+2.61*a+0.207*b)=0;

2*0.890* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*0.923*  (0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f) +2*0.908*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*1.104* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*1.039*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*1.1*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f) +2*1.13*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*0.983*(-0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
+2*1.136*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)+2*1.007*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)+2*1.1*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

  2*15.484* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*13.995* (0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*11.36*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*29.82*(1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*20.38*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*27.22*(1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)  +2*28.27*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)
+2*6.95*(-0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f) +2*4.41*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)
+2*21.13*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f) +2*30.02*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

2*119.87*(0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)+2*97.93* (0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f)
+2*64.49*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)+2*444.74* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)
+2*207.76*(1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f) +2*370.51* (1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)
+2*399.73*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)+2*24.153*(-0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
+2*9.71* (-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)+2*223.19*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)
+2*450.62*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;

(-2)* (0.6483+10.282*a+1.581*b+0.890*c+15.484*d+119.87*e-f)-2*  (0.523+9.928*a+1.499*b+0.923*c+13.995*d+97.93*e-f) -2*(0.1981+8.31*a+1.292*b+0.908*c+11.36*d+64.49*e-f)-2* (1.779+22.764*a+2.846*b+1.104*c+29.82*d+444.74*e-f)-2* (1.1697+15.434*a+2.075*b+1.039*c+20.38*d+207.76*e-f)-2*  (1.642+21.074*a+2.649*b+1.1*c+27.22*d+370.51*e-f)
-2*(1.714+22.42*a+2.755*b+1.13*c+28.27*d+399.73*e-f)-2* (-0.4818+6.626*a+1.023*b+0.983*c+6.95*d+24.153*e-f)
-2*(-1.072+6.40*a+0.9428*b+1.136*c+4.41*d+9.71*e-f)-2*(1.2025+15.31*a+2.103*b+1.007*c+21.13*d+223.19*e-f)
-2*(1.789+22.887*a+2.8605*b+1.1*c+30.02*d+450.62*e-f) =0;
4楼2013-04-18 14:45:38
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 国自科面上基金字体 +6 iwuli 2026-03-12 7/350 2026-03-16 21:18 by sculhf
[考研] 机械专硕325,寻找调剂院校 +3 y9999 2026-03-15 5/250 2026-03-16 19:58 by y9999
[考研] 材料专硕306英一数二 +4 z1z2z3879 2026-03-16 6/300 2026-03-16 19:38 by z1z2z3879
[考研] 0854控制工程 359求调剂 可跨专业 +3 626776879 2026-03-14 9/450 2026-03-16 17:42 by 626776879
[考研] 求老师收留调剂 +4 jiang姜66 2026-03-14 5/250 2026-03-15 20:11 by Winj1e
[考博] 东华理工大学化材专业26届硕士博士申请 +6 zlingli 2026-03-13 6/300 2026-03-15 20:00 by ryzcf
[考研] 材料工程327求调剂 +3 xiaohe12w 2026-03-11 3/150 2026-03-14 20:20 by ms629
[考研] 255求调剂 +3 李嘉慧, 2026-03-12 4/200 2026-03-14 16:58 by 有只狸奴
[考研] 学硕285求调剂 +13 Wisjxn 2026-03-12 46/2300 2026-03-14 10:33 by JourneyLucky
[考研] 337一志愿华南理工0805材料求调剂 +7 mysdl 2026-03-11 9/450 2026-03-13 22:43 by JourneyLucky
[考研] 293求调剂 +3 世界首富 2026-03-11 3/150 2026-03-13 16:27 by JourneyLucky
[考研] 314求调剂 +7 无懈可击的巨人 2026-03-12 7/350 2026-03-13 15:40 by JourneyLucky
[考研] 295求调剂 +3 小匕仔汁 2026-03-12 3/150 2026-03-13 15:17 by vgtyfty
[考研] 274求调剂 +3 S.H1 2026-03-12 3/150 2026-03-13 15:15 by JourneyLucky
[考研] 求调剂 资源与环境 285 +3 未名考生 2026-03-10 3/150 2026-03-13 10:31 by houyaoxu
[考研] 08食品或轻工求调剂,本科发表3篇sci一区top论文,一志愿南师大食品科学与工程 +3 我是一个兵, 2026-03-10 3/150 2026-03-13 10:21 by Yuyi.
[考研] 290求调剂 +3 ADT 2026-03-13 3/150 2026-03-13 10:19 by peike
[考研] 化工学硕306求调剂 +9 42838695 2026-03-12 9/450 2026-03-13 10:16 by houyaoxu
[考博] 福州大学杨黄浩课题组招收2026年专业学位博士研究生,2026.03.20截止 +3 Xiangyu_ou 2026-03-12 3/150 2026-03-13 09:36 by duanwu655
[考研] 哈工大材料324求调剂 +6 闫旭东 2026-03-10 8/400 2026-03-10 22:49 by 星空星月
信息提示
请填处理意见