基础问题想不通
我想求f=cos(pi/2*t)*exp(-jwt)在(-1,1)上积分
我的命令
f='cos(pi/2*t)*exp(-jwt)'
g=int(f,'t',-1,1)
怎么积不出来呢?
2007-05-31 22:45
这样
f =
cos(pi/2*t)*exp(-jwt)
g =
4/exp(jwt)/pi
2007-06-01 10:50
2007-06-01 21:03

2007-06-02 00:02
2007-06-02 19:45