Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New 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 can't solve a system of equations with 1/variable in any of the equations.
For example,
sympy.solve([1/x-4, x+y-2], x, y)
This command returns an error:
"
/usr/lib/pymodules/python2.7/sympy/solvers/solvers.pyc in solve(f,
*symbols, **flags)
367 polys.append(poly)
368 else:
--> 369 raise NotImplementedError()
370
371 if all(p.is_linear for p in polys):
NotImplementedError:
"
Can sympy not deal with this yet?
--
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.