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

I update my version of sympy to 0.7.1.
The new error message is
""
/usr/local/lib/python2.7/dist-packages/sympy/solvers/solvers.pyc in solve(f, *symbols, **flags)
    482         # going to be returned

    483         f = f[0]
--> 484     solution = _solve(f, *symbols, **flags)
    485
    486     #


/usr/local/lib/python2.7/dist-packages/sympy/solvers/solvers.pyc in _solve(f, *symbols, **flags)
    728                     polys.append(poly)
    729                 else:
--> 730                     raise NotImplementedError()
    731
    732             if all(p.is_linear for p in polys):

NotImplementedError:
""

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