Comment #2 on issue 1782 by [email protected]: separatevars(((1 + 2*x +
x**2)*exp(y**2))/(x*y + y), [x, y], dict=True) doesn't work
http://code.google.com/p/sympy/issues/detail?id=1782
This works now, but a test for this was not added:
>>> separatevars(((1 + 2*x + x**2)*exp(y**2))/(x*y + y), [x, y],
dict=True)
{'coeff': 1, x: x + 1, y: exp(y**2)/y}
Should a test be added or should this just be closed?
--
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.