huohuo 发表于 2008-3-5 15:03

关于solve的问题

请问
syms x
Pd0= -21;
n= 12;
d0= 1;
L= 100;
func=Pd0-10*n*log( sqrt( x^2)/d0 )-0.703*Pd0+0.703*10*n*log( sqrt( (L-x)^2)/d0)
x=solve(func)
运行的时候,总是不会出现结果,怎么样才能求出解呢

eight 发表于 2008-3-5 16:03

原帖由 huohuo 于 2008-3-5 15:03 发表 http://chinavib.com/forum/images/common/back.gif
请问
syms x
Pd0= -21;
n= 12;
d0= 1;
L= 100;
func=Pd0-10*n*log( sqrt( x^2)/d0 )-0.703*Pd0+0.703*10*n*log( sqrt( (L-x)^2)/d0)
x=solve(func)
运行的时候,总是不会出现结果,怎么样才能求出解呢
请搜索版面成功的示例(多的是),然后自行动手解决
页: [1]
查看完整版本: 关于solve的问题