Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3994 by [email protected]: Error on diff equation
http://code.google.com/p/sympy/issues/detail?id=3994

http://www. wolframalpha. com/input/?i=%28y%27%29^2+%3D+x^3

On sympy:

dsolve(Derivative(y(x), x)**2 - x**3)

Traceback (most recent call last): File "<string>", line 1, in <module> File "/base/data/home/apps/s~sympy-live-hrd/39.369438448182393855/sympy/sympy/solvers/ode.py", line 473, in dsolve hint=hint, simplify=True, type='ode', **kwargs) File "/base/data/home/apps/s~sympy-live-hrd/39.369438448182393855/sympy/sympy/solvers/deutils.py", line 197, in _desolve hints = classifier(eq, func, dict=True, prep=prep) File "/base/data/home/apps/s~sympy-live-hrd/39.369438448182393855/sympy/sympy/solvers/ode.py", line 706, in classify_ode if r and r[c1]: KeyError: c1_

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to