On Mar 1, 2013, at 6:46 AM, Manoj Kumar <[email protected]> wrote:
Hey, I'm not really sure about the other two, but I guess Laplace transforms for a differential equation should be going in as a function in sympy/solvers/ode.py module. I'm also not really sure if I can be implemented inside dsolve , due to the hint priority, and the necessity of initial conditions but it can be surely implemented as a seperate function. I had mentioned it in my post below, the improvement in ODE solver one. Why can't it be implemented as a hint? And of course it will need initial conditions, but that should not be hard to implement. Regarding the other ideas, I don't know much about Laplace transforms with control, so I can't comment on what is missing. For Fourier coefficients, that would indeed be useful, both as a separate function and as part of a PDE solver. Aaron Meurer 2. Application of laplace transform with differential equations > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
