关于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)
运行的时候,总是不会出现结果,怎么样才能求出解呢 原帖由 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]