Re: Issue 2858 in sympy: Solve doesn't get all the solutions of a polynomial system

2012-05-30 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2858 by smi...@gmail.com: Solve doesn't get all the solutions of a polynomial system http://code.google.com/p/sympy/issues/detail?id=2858 This now gives solve(a,x,y) [(0, 0), (0, 1/2), (1/3, 2/3), (1, 0)] -- You received this message

Issue 2858 in sympy: Solve doesn't get all the solutions of a polynomial system

2011-11-20 Thread sympy
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)])