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 - 1

In [3]: f_3 = x + y + z**2 - 1

In [4]: %time solve([f_1, f_2, f_3], x, y, z)
CPU times: user 0.33 s, sys: 0.00 s, total: 0.33 s
Wall time: 0.32 s
Out[5]:
⎡⎛ ⎽⎽⎽ ⎽⎽⎽ ⎽⎽⎽⎞ ⎛ ⎽⎽⎽ ⎽⎽⎽ ⎽⎽⎽⎞ ⎤ ⎣⎝-1 - ╲╱ 2 , -1 - ╲╱ 2 , -1 - ╲╱ 2 ⎠, (0, 0, 1), (0, 1, 0), ⎝-1 + ╲╱ 2 , -1 + ╲╱ 2 , -1 + ╲╱ 2 ⎠, (1, 0, 0)⎦

In [6]:

--
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