| Author |
Comment/Response |
Alix Herrmann
|
03/21/00 06:48am
Mathematica v4's FourierTransform doesn't recognize a convolution any more (neither Mac or Linux):
In[1]:= FourierTransform[Integrate[f[t-x]g[x],{x,-Infinity,Infinity}],t,w]
Out[1]= FourierTransform[Integrate[f[t-x]g[x],{x,-Infinity,Infinity}],t,w]
whereas v3 correctly gave
Out[1]=FourierTransform[f[t],t,w] FourierTransform[g[t],t,w]
Are there any fixes or workarounds? Please?
Thanks!
URL: , |
|