Re: Issue 3693 in sympy: solve() returns only subset of solutions for polynomial eqs

2013-03-15 Thread sympy
Updates: Status: Fixed Comment #4 on issue 3693 by smi...@gmail.com: solve() returns only subset of solutions for polynomial eqs http://code.google.com/p/sympy/issues/detail?id=3693 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3693 in sympy: solve() returns only subset of solutions for polynomial eqs

2013-03-14 Thread sympy
Comment #3 on issue 3693 by skirpic...@gmail.com: solve() returns only subset of solutions for polynomial eqs http://code.google.com/p/sympy/issues/detail?id=3693 This seems to be fixed.. Close? -- You received this message because this project is configured to send all issue

Re: Issue 3693 in sympy: solve() returns only subset of solutions for polynomial eqs

2013-03-12 Thread sympy
Updates: Labels: NeedsReview smichr Comment #1 on issue 3693 by smi...@gmail.com: solve() returns only subset of solutions for polynomial eqs http://code.google.com/p/sympy/issues/detail?id=3693 see https://github.com/sympy/sympy/pull/1885 -- You received this message because this

Re: Issue 3693 in sympy: solve() returns only subset of solutions for polynomial eqs

2013-03-12 Thread sympy
Comment #2 on issue 3693 by smi...@gmail.com: solve() returns only subset of solutions for polynomial eqs http://code.google.com/p/sympy/issues/detail?id=3693 see https://github.com/sympy/sympy/pull/1885 -- You received this message because this project is configured to send all issue

Issue 3693 in sympy: solve() returns only subset of solutions for polynomial eqs

2013-03-10 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium Solvers WrongResult New issue 3693 by skirpic...@gmail.com: solve() returns only subset of solutions for polynomial eqs http://code.google.com/p/sympy/issues/detail?id=3693 An example: In [1]: eq=x**14 - x**13 + 54*x**12 - 54*x**11