24小时热门版块排行榜    

查看: 1408  |  回复: 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

新虫 (初入文坛)

引用回帖:
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的回帖
查看全部 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;
4楼2013-04-18 14:45:38
已阅   回复此楼   关注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;

Function 2*14.3659*(0.6483+14.3659*a+2.436*b+0.890*c+15.484*d+119.87*e-f)+2*13.7552*(0.523+13.7552*a+2.281*b+0.923*c+13.995*d+97.93*e-f)+2*11.3675*(0.1981+11.3675*a+1.923*b+0.908*c+11.36*d+64.49*e-f)+2*32.5209*(1.779+32.5209*a+4.6057*b+1.104*c+29.82*d+444.74*e-f)+2*21.7108*(1.1697+21.7108*a+3.257*b+1.039*c
+20.38*d+207.76*e-f)+2*29.9844*(1.642+29.9844*a+4.2558*b+1.1*c+27.22*d+370.51*e-f)+2*31.9197*(1.714+31.9197*a+4.4358*b+1.13*c+28.27*d+399.73*e-f)
+2*8.6502*(-0.4818+8.6502*a+1.4194*b+0.983*c+6.95*d+24.153*e-f)+2*7.8875*(-1.072+7.8875*a+1.2050*b+1.136*c+4.41*d+9.71*e-f)
+2*21.6177*(1.2025+21.6177*a+3.3165*b+1.007*c+21.13*d+223.19*e-f)+2*32.7046*(1.789+32.7046*a+4.6319*b+1.1*c+30.02*d+450.62*e-f)
+2*11.2090*(0.2293+11.2090*a+1.3487*b)=0;

2*2.436*(0.6483+14.3659*a+2.436*b+0.890*c+15.484*d+119.87*e-f)+2*2.281* (0.523+13.7552*a+2.281*b+0.923*c+13.995*d+97.93*e-f)
+2*1.923*(0.1981+11.3675*a+1.923*b+0.908*c+11.36*d+64.49*e-f)+2*4.6057*(1.779+32.5209*a+4.6057*b+1.104*c+29.82*d+444.74*e-f)+2*3.257*(1.1697+21.7108*a+3.257*b+1.039*c+20.38*d+207.76*e-f)+2*4.2558*(1.642+29.9844*a+4.2558*b+1.1*c+27.22*d+370.51*e-f)+2*4.4358*(1.714+31.9197*a+4.4358*b+1.13*c+28.27*d+399.73*e-f)
+2*1.4194*(-0.4818+8.6502*a+1.4194*b+0.983*c+6.95*d+24.153*e-f)
+2*1.2050*(-1.072+7.8875*a+1.2050*b+1.136*c+4.41*d+9.71*e-f)
+2*3.3165*(1.2025+21.6177*a+3.3165*b+1.007*c+21.13*d+223.19*e-f)+2*4.6319*(1.789+32.7046*a+4.6319*b+1.1*c+30.02*d+450.62*e-f)
+2*1.3487*(0.2293+11.2090*a+1.3487*b)=0;

  2*0.890* (0.6483+14.3659*a+2.436*b+0.890*c+15.484*d+119.87*e-f)+2*0.923*  (0.523+13.7552*a+2.281*b+0.923*c+13.995*d+97.93*e-f) +2*0.908*(0.1981+11.3675*a+1.923*b+0.908*c+11.36*d+64.49*e-f)+2*1.104* (1.779+32.5209*a+4.6057*b+1.104*c+29.82*d+444.74*e-f)
+2*1.039*(1.1697+21.7108*a+3.2574*b+1.039*c+20.38*d+207.76*e-f) +2*1.1*(1.642+29.9844*a+4.2558*b+1.1*c+27.22*d+370.51*e-f) +2*1.13*(1.714+31.91968*a+4.4358*b+1.13*c+28.27*d+399.73*e-f)
+2*0.983*(-0.4818+8.6502*a+1.4194*b+0.983*c+6.95*d+24.153*e-f)
+2*1.136*(-1.072+7.8875*a+1.2050*b+1.136*c+4.41*d+9.71*e-f)+2*1.007*(1.2025+21.6177*a+3.3165*b+1.007*c+21.13*d+223.19*e-f)+2*1.1*(1.789+32.7046*a+4.6319*b+1.1*c+30.02*d+450.62*e-f) =0;

  2*15.484* (0.6483+14.3659*a+2.436*b+0.890*c+15.484*d+119.87*e-f)+2*13.995* (0.523+13.7552*a+2.281*b+0.923*c+13.995*d+97.93*e-f)  +2*11.36*(0.1981+11.3675*a+1.923*b+0.908*c+11.36*d+64.49*e-f)+2*29.82* (1.779+32.5209*a+4.6057*b+1.104*c+29.82*d+444.74*e-f)
+2*20.38*(1.1697+21.7108*a+3.2574*b+1.039*c+20.38*d+207.76*e-f) +2*27.22*(1.642+29.9844*a+4.2558*b+1.1*c+27.22*d+370.51*e-f)  +2*28.27*(1.714+31.91968*a+4.4358*b+1.13*c+28.27*d+399.73*e-f)+2*6.95*(-0.4818+8.6502*a+1.4194*b+0.983*c+6.95*d+24.153*e-f) +2*4.41*(-1.072+7.8875*a+1.2050*b+1.136*c+4.41*d+9.71*e-f)+2*21.13*(1.2025+21.6177*a+3.3165*b+1.007*c+21.13*d+223.19*e-f)+2*30.02*(1.789+32.7046*a+4.6319*b+1.1*c+30.02*d+450.62*e-f)=0;

2*119.87*(0.6483+14.3659*a+2.436*b+0.890*c+15.484*d+119.87*e-f)+2*97.93* (0.523+13.7552*a+2.281*b+0.923*c+13.995*d+97.93*e-f)
+2*64.49*(0.1981+11.3675*a+1.923*b+0.908*c+11.36*d+64.49*e-f)+2*444.74* (1.779+32.5209*a+4.6057*b+1.104*c+29.82*d+444.74*e-f)
+2*207.76*(1.1697+21.7108*a+3.2574*b+1.039*c+20.38*d+207.76*e-f)+2*370.51*(1.642+29.9844*a+4.2558*b+1.1*c+27.22*d+370.51*e-f)
+2*399.73*(1.714+31.91968*a+4.4358*b+1.13*c+28.27*d+399.73*e-f)+2*24.153*(-0.4818+8.6502*a+1.4194*b+0.983*c+6.95*d+24.153*e-f)+2*9.71* (-1.072+7.8875*a+1.2050*b+1.136*c+4.41*d+9.71*e-f)+2*223.19*(1.2025+21.6177*a+3.3165*b+1.007*c+21.13*d+223.19*e-f)+2*450.62*(1.789+32.7046*a+4.6319*b+1.1*c+30.02*d+450.62*e-f) =0;

  (-2)* (0.6483+14.3659*a+2.436*b+0.890*c+15.484*d+119.87*e-f)-2*   (0.523+13.7552*a+2.281*b+0.923*c+13.995*d+97.93*e-f) -2*(0.1981+11.3675*a+1.923*b+0.908*c+11.36*d+64.49*e-f)-2* (1.779+32.5209*a+4.6057*b+1.104*c+29.82*d+444.74*e-f)-2* (1.1697+21.7108*a+3.2574*b+1.039*c+20.38*d+207.76*e-f)-2*  (1.642+29.9844*a+4.2558*b+1.1*c+27.22*d+370.51*e-f)
-2*(1.714+31.91968*a+4.4358*b+1.13*c+28.27*d+399.73*e-f)-2* (-0.4818+8.6502*a+1.4194*b+0.983*c+6.95*d+24.153*e-f)
-2*(-1.072+7.8875*a+1.2050*b+1.136*c+4.41*d+9.71*e-f)-2*(1.2025+21.6177*a+3.3165*b+1.007*c+21.13*d+223.19*e-f)-2*(1.789+32.7046*a+4.6319*b+1.1*c+30.02*d+450.62*e-f) =0;
5楼2013-04-18 17:56:49
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 286求调剂 +3 lemonzzn 2026-03-16 5/250 2026-03-16 20:43 by lemonzzn
[考研] 0854控制工程 359求调剂 可跨专业 +3 626776879 2026-03-14 9/450 2026-03-16 17:42 by 626776879
[考研] 化学调剂0703 +8 啊我我的 2026-03-11 8/400 2026-03-16 17:23 by 我的船我的海
[考研] 一志愿211 0703方向310分求调剂 +3 努力奋斗112 2026-03-15 3/150 2026-03-16 16:44 by houyaoxu
[考研] 中科院材料273求调剂 +4 yzydy 2026-03-15 4/200 2026-03-16 15:59 by Gaodh_82
[考研] 材料与化工求调剂 +3 为学666 2026-03-16 3/150 2026-03-16 15:09 by 加号+
[考研] 中科大材料与化工319求调剂 +3 孟鑫材料 2026-03-14 3/150 2026-03-14 20:10 by ms629
[考研] 材料与化工 323 英一+数二+物化,一志愿:哈工大 本人本科双一流 +4 自由的_飞翔 2026-03-13 5/250 2026-03-14 19:39 by hmn_wj
[考研] 云南财经大学信息学院计算机学硕专硕学位点 +3 zjptai 2026-03-10 5/250 2026-03-14 01:23 by 飞行琦
[考研] 0805,333求调剂 +3 112253525 2026-03-10 3/150 2026-03-13 23:42 by JourneyLucky
[考研] 一志愿中科院,化学方向,295求调剂 +4 一氧二氮 2026-03-11 4/200 2026-03-13 22:35 by JourneyLucky
[考研] 工科,求调剂 +3 我887 2026-03-11 3/150 2026-03-13 21:39 by JourneyLucky
[考研] 333求调剂 +3 球球古力 2026-03-11 3/150 2026-03-13 21:27 by JourneyLucky
[考研] (081700)化学工程与技术-298分求调剂 +12 11啦啦啦 2026-03-11 35/1750 2026-03-13 21:25 by JourneyLucky
[考研] 332求调剂 +3 Zz版 2026-03-13 3/150 2026-03-13 20:36 by 18595523086
[考研] 310求调剂 +3 【上上签】 2026-03-11 3/150 2026-03-13 16:16 by JourneyLucky
[考研] 一志愿211化学学硕310分求调剂 +8 努力奋斗112 2026-03-12 9/450 2026-03-13 15:41 by JourneyLucky
[考研] 290求调剂 +7 ADT 2026-03-12 7/350 2026-03-13 15:17 by JourneyLucky
[考研] 268求调剂 +4 好运连绵不绝 2026-03-12 4/200 2026-03-13 10:45 by hyswxzs
[考研] 材料专硕274一志愿陕西师范大学求调剂 +4 薛云鹏 2026-03-13 4/200 2026-03-13 10:40 by 学员8dgXkO
信息提示
请填处理意见