Re: Issue 1996 in sympy: Incorrect exception in dsolve()

2013-02-20 Thread sympy
Updates: Status: Fixed Comment #3 on issue 1996 by asmeu...@gmail.com: Incorrect exception in dsolve() http://code.google.com/p/sympy/issues/detail?id=1996 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue no

Re: Issue 1996 in sympy: Incorrect exception in dsolve()

2013-02-19 Thread sympy
Comment #2 on issue 1996 by manojkum...@gmail.com: Incorrect exception in dsolve() http://code.google.com/p/sympy/issues/detail?id=1996 Ive attempted to solve this issue. Do look at the code. https://github.com/sympy/sympy/pull/1803 -- You received this message because this project is confi

Issue 1996 in sympy: Incorrect exception in dsolve()

2010-07-20 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Low New issue 1996 by asmeurer: Incorrect exception in dsolve() http://code.google.com/p/sympy/issues/detail?id=1996 from sympy import * from sympy.abc import x f = Function('f') classify_ode(f(x).diff(x)**2, f(x)) # This kind of ODE