Comment #7 on issue 3056 by [email protected]: Closed-form results of sums of meijerg functions
http://code.google.com/p/sympy/issues/detail?id=3056

In [43]: fourier_transform(1/(t**2+a**2), t, w)
Out[43]: -pi*(sinh(2*pi*a*w) - cosh(2*pi*a*w))/a

In [44]: inverse_fourier_transform(_, w, t)
Out[44]: nan

In [45]: fourier_transform(1/(t**2+a**2), t, w)
Out[45]: -pi*(sinh(2*pi*a*w) - cosh(2*pi*a*w))/a

In [46]: _.rewrite(exp)
Out[46]: pi*exp(-2*pi*a*w)/a

In [47]: inverse_fourier_transform(_, w, t)
Out[47]: 0

Something actually IS wrong here.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to