Updates:
        Status: Started
        Owner: mattpap
        Labels: Milestone-Release0.7.0 NeedsReview

Comment #6 on issue 1900 by mattpap: factor((1+2*x+x**2)**100) works too hard
http://code.google.com/p/sympy/issues/detail?id=1900

This issue was recently fixed in polys11 branch:

In [1]: %time factor((1+2*x+x**2)**100)
CPU times: user 0.01 s, sys: 0.00 s, total: 0.01 s
Wall time: 0.01 s
Out[2]:
       200
(1 + x)


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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