[sympy] Re: Need help with Fourier transform

2021-04-24 Thread S.Y. Lee
I think that we need to improve the integrator capability, but usually that is one of the most difficult thing to do. For Fourier transformation to give general functional results (DiracDelta) than improperly integrable functions, I'm not sure meijerint is sufficient for that. But if that is pos

[sympy] Re: Need help with Fourier transform

2021-04-23 Thread aTPer
Ah yes, thanks for this. Will the Sympy include these symbolic fourier transform results? The last two: -1/t^2 and 2/t^3 can be solved using the time differentiation and the 'duality' property of Fourier transform. In matlab this can be done by syms t w fourier(-1/t^2) I used Maple but it doe

[sympy] Re: Need help with Fourier transform

2021-04-23 Thread emanuel.c...@gmail.com
Le mercredi 21 avril 2021 à 19:53:15 UTC+2, jks...@gmail.com a écrit : > A function f on the real line is said to be integrable if the improper > integral of its absolute value from -oo to oo is finite. It does not mean > that it has an antiderivative. > Ouch ! Language has failed me. Apologi

[sympy] Re: Need help with Fourier transform

2021-04-21 Thread Kalevi Suominen
A function f on the real line is said to be integrable if the improper integral of its absolute value from -oo to oo is finite. It does not mean that it has an antiderivative. Note also that the piecewise result above is undefined for real values of w so it does not give a Fourier transform. K

[sympy] Re: Need help with Fourier transform

2021-04-21 Thread emanuel.c...@gmail.com
Le mardi 20 avril 2021 à 13:01:13 UTC+2, jks...@gmail.com a écrit : > Fourier transform is currently implemented in SymPy only for integrable > functions. None of those functions is integrable > I beg your pardon ? >>> from sympy import fourier_transform, exp, cos, sin, integrate >>> from sym

[sympy] Re: Need help with Fourier transform

2021-04-20 Thread aTPer
Thanks Kalevi! When will Sympy get updated and be able to compute fourier transform of difficult functions? I tried this in matlab and it can do it no prob using the symbolic toolbox. On Tuesday, April 20, 2021 at 12:01:13 PM UTC+1 jks...@gmail.com wrote: > Fourier transform is currently impl

[sympy] Re: Need help with Fourier transform

2021-04-20 Thread Kalevi Suominen
Fourier transform is currently implemented in SymPy only for integrable functions. None of those functions is integrable so SymPy cannot be used find the transform. Kalevi Suominen On Tuesday, April 20, 2021 at 11:38:08 AM UTC+3 aTPer wrote: > I am trying to compute the integral fourier transf