Comment #3 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

1694 gives:

    h[1] >>> solve([x**2-1],[x,y])
    [(-1,), (1,)]

It should give the leading variable that was solved for, too `[(x,), (-1,), (1,)]` which is a modification I believe I made in the multi-equation changes.

--
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