--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/65b57e9c-44a0-458e-8ce7-36b0f23236d2n%40googlegroups.com.
Hello,I'm not really sure if those functions are implemented into SymPy yet. You should check out the documentation: search for example "discrete transform" or "Fourier transform".In Mathematica, symbolic and numeric computations go hand in hand. The Python ecosystem is very different in that regard. As you surely know there are many libraries, each one targeting a specific topic and sometimes one library is unaware of the others. For example, SymPy is about symbolic computation, Numpy is about numeric array/matrices computations, Scipy offers a great number of tools useful for engineering and scientific computation, and so on... Is it possible that SymPy is not the right library to achieve your goals? If you are able to formulate your problem in a numerical way (instead of a symbolic approach), you could look at the following Scipy documentation page: https://docs.scipy.org/doc/scipy/reference/fft.html