Updates:
        Status: Accepted

Comment #1 on issue 1315 by ondrej.certik: Lane-Emden equation returns  
wrong solution for n=1, and in general is not supported
http://code.google.com/p/sympy/issues/detail?id=1315

Thanks for the bug report. dsolve() failed to determine the type of  
equation and it
called a wrong solver.

To fix this, one should first implement a solver for Lane-Emden equation,  
or those
types of equations and then dsolve() should be enhanced to determine this  
type and
call the solver.

So if you have time, you can send us a solver for Lane-Emden, e.g. accept  
the
parameters in the equation and returning the correct solution. Then the  
next step
would be to integrate it to dsolve().

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to