Comment #2 on issue 2257 by [email protected]: 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
It would be at least a start if solve_poly_system() wasn't used in this case. The only thing that we should keep in mind is that solve([f], ...) should return the result the way results are returned from solve() for true systems of equations, if there there is a difference (I mean that it might be the case that solve([f]) != solve(f) if we take data structures into account, not raw mathematical result).
As to the other part of #1, I think that Chris did some progress on this in one of his branches (although I'm not sure if it was about decoupling or solving whole systems).
-- 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.
