[sympy] Doubt regarding discrete functions

2013-04-08 Thread Abhinav Mukherjee
Does Sympy have provisions to do operations on discrete functions? Like fft, dft etc? I was digging into the sympy source code and found out the functions for fourier transform. -- You received this message because you are subscribed to the Google Groups sympy group. To unsubscribe from this

[sympy] Sympy for solving transfer functions using laplace transform, and general use of fourier series and transform

2013-03-01 Thread Abhinav Mukherjee
Hi everyone, I am new to this thing. I went through the documentation of Sympy and thought some of the following functionalities can be added to it :- 1. Use of laplace transform mainly for control systems 2. Application of laplace transform with differential equations 3. Usage of fourier series

Re: [sympy] Re: Sympy for solving transfer functions using laplace transform, and general use of fourier series and transform

2013-03-01 Thread Abhinav Mukherjee
I think laplace can be implemented as a hint, as pointed out by both of you. Actually there are a lot of possibile additions that can be done as far as solving differential equations is considered, but I thought these were easier to implement for a start. So, as i mentioned, i am new here :) I