@someone: Thanks a lot for your suggestion. However, I believe even for first order differential equations, there is a lot of work to be done. For solving the partial differential equation there are a set of six algorithms, each having certain sub-algorithms , which I guess in itself would take 1 - 1.5 weeks each to implement. I could always add support to 2nd order ODE's as well if there is sufficient time left.
Also, I would like to know if the following suggestions are right. 1. It should be implemented as a hint in dsolve itself, which would be the best possible way 2. I should make a separate module to find the infinitesimals , that is If I give the differential equation, it should return the infinitesimals. This would be good, if someone wants to add support to 2nd order ODE's and PDE's later on. So I suggest that you consider also 2nd order > problems. > -- 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.
