Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Solvers Polynomial

New issue 2858 by asmeu...@gmail.com: Solve doesn't get all the solutions of a polynomial system
http://code.google.com/p/sympy/issues/detail?id=2858

In [166]: a = Matrix([x*(1 - x - y), y/4*(1 + x - 2*y)])

In [167]: solve(a, [x, y])
Out[167]: [(1/3, 2/3), (1, 0)]

The solutions are correct, but they should also include (0, 0), and (0, 1/2).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to