I recently replaced Matlab with Python because I was real y excited by Sympy.
But now I have the following problem:
I need a way to reliably calculate continuous Fourier transforms with Python. Sympy has problems with solutions, including Diracs (Delta-functions), for example, for trigger functions, etc.
For example, if I try
fourier_transform(cos(x),x,v)
pin 0 , where it should be based on the Dirac delta function
Does anyone know if this part of Sympy will be improved, or is there another way to analytically search for Fourier transforms with Python?
Thanks for the answers or any tips in advance!
source share