> Also, I will be able to complete fourier and laplace transforms during the > project (as suggested in the ideas list) , most probably in the first > two-three weeks.
Currently sympy evaluates the transforms by simply computing their respective integrals. But this way we are not able to solve transforms for many cases. So, the current transforms module is also not "aware" of the convolution theorem or the derivatives of the integrals or differentials. It will helpful if you provide more concrete ideas about how you are going to improve the calculation of transforms. You might want to look at the small discussion I had with Aaron on handling derivatives in calculating inverse laplace transform at https://groups.google.com/forum/#!searchin/sympy/Laplace$20Transform/sympy/YX7dQE8m1ew/XAohT3xPZmMJ. Also searching the mailing list for Transforms might give you some pointers to start. -- Harsh -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADN8iurtr7GmEhda57KJZuWeogAWzYufKMS5MPFy6had6FFtxA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
