MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   数学 (https://www.labfans.com/bbs/forumdisplay.php?f=15)
-   -   关于fsolve解方程 (https://www.labfans.com/bbs/showthread.php?t=7692)

chaoren 2009-04-14 20:33

关于fsolve解方程
 
x为未知数
m=(abs(x))^(-3.407);
n=(x+30)^(-3.407)+(30-x)^(-3.407);
p=(x+18)^(-3.407)+(12-x)^(-3.407);
q=(abs(x+6))^(-3.407)+(24-x)^(-3.407)+(x+12)^(-3.407)+(18-x)^(-3.407);
result=m/(n+p/10+q/10^4.2);
用fsolve解方程 result=0时,可不可以不设初值?
如果不行,可以用其它什么函数实现?


所有时间均为北京时间。现在的时间是 16:48

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.