Updates:
        Status: Invalid

Comment #2 on issue 3124 by [email protected]: Can't solve system of equations with 1/x in it
http://code.google.com/p/sympy/issues/detail?id=3124

It seems to have been fixed in the development version (https://github.com/sympy/sympy/wiki/Getting-the-bleeding-edge):

In [1]: solve([1/x-4, x+y-2], x, y)
Out[1]: {x: 1/4, y: 7/4}



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