Re: Issue 1863 in sympy: nonlinear solver example stopped working

2011-04-29 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #10 on issue 1863 by matt...@gmail.com: nonlinear solver example stopped working http://code.google.com/p/sympy/issues/detail?id=1863 Now in master: In [1]: f_1 = x**2 + y + z - 1 In [2]: f_2 = x + y**2 + z -

Re: Issue 1863 in sympy: nonlinear solver example stopped working

2010-11-14 Thread sympy
Comment #8 on issue 1863 by smichr: nonlinear solver example stopped working http://code.google.com/p/sympy/issues/detail?id=1863 Mods of issue 1694 also give: solve([f_1, f_2, f_3], x, y, z) [(-1 - 2**(1/2), -1 - 2**(1/2), 2 + 2**(1/2) - (1 + 2**(1/2))**2), (0, 0, 1), (0, 1, 0), (-1 +

Re: Issue 1863 in sympy: nonlinear solver example stopped working

2010-11-14 Thread sympy
Comment #9 on issue 1863 by mattpap: nonlinear solver example stopped working http://code.google.com/p/sympy/issues/detail?id=1863 But we definitely need to get the new polys in place. Perhaps during winter break we can get this in? Yeah, this should be finally done. Currently I'm too

Re: Issue 1863 in sympy: nonlinear solver example stopped working

2010-09-01 Thread sympy
Updates: Labels: mattpap Comment #7 on issue 1863 by asmeurer: nonlinear solver example stopped working http://code.google.com/p/sympy/issues/detail?id=1863 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 1863 in sympy: nonlinear solver example stopped working

2010-08-07 Thread sympy
Updates: Labels: Milestone-Release0.7.0 Polynomial Solvers Comment #6 on issue 1863 by mattpap: nonlinear solver example stopped working http://code.google.com/p/sympy/issues/detail?id=1863 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 1863 in sympy: nonlinear solver example stopped working

2010-03-19 Thread sympy
Comment #2 on issue 1863 by Vinzent.Steinberg: nonlinear solver example stopped working http://code.google.com/p/sympy/issues/detail?id=1863 I guess this is a feature and not a bug. ;) You should somehow tell polys to use rationals instead of integers. -- You received this message

Re: Issue 1863 in sympy: nonlinear solver example stopped working

2010-03-19 Thread sympy
Updates: Status: Started Owner: mattpap Comment #3 on issue 1863 by mattpap: nonlinear solver example stopped working http://code.google.com/p/sympy/issues/detail?id=1863 Well, this is a bug, because solve() uses Groebner bases for solving polynomial systems and GB in SymPy