On Mar 8, 2013, at 4:51 AM, Manoj Kumar <[email protected]>
wrote:

@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


Yes, the user level interface should be dsolve. Most users don't care how
it is done. They just want to pass the ode to dsolve and get a solution.


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.


I don't fully understand what it entails yet, so it's hard to say. However,
it's easy to move code around, especially internal code, so I wouldn't
worry about this yet.

Aaron Meurer


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.

-- 
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.


Reply via email to