Status: Started
Owner: smichr
CC: smichr
Labels: Type-Defect Priority-Medium EasyToFix

New issue 2013 by asmeurer: RuntimeError with homogeneous_order(y - log(x), x, y)
http://code.google.com/p/sympy/issues/detail?id=2013

In [4]: homogeneous_order(y - log(x), x, y)
...
RuntimeError: maximum recursion depth exceeded while calling a Python object

Which raised when trying to do dsolve(f(x).diff(x) + f(x) - log(x), f(x)). I noticed that it is fixed already in Chris's t2, so he just needs to add a test there and it will be done whenever that gets in.

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

Reply via email to