Updates:
Labels: NeedsBetterPatch praccu
Comment #5 on issue 2257 by asmeurer: solve([x**2-1],[x,y]) should be the
same as solve(x**2-1,[x,y])
http://code.google.com/p/sympy/issues/detail?id=2257
No, as stated in comment 2, the output (data structure) of solve([f])
should remain the same. I just mean that internally, it should be using
solve(f).
By the way, there was a pull request at
https://github.com/sympy/sympy/pull/187, which has since been 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.