Re: Issue 317 in sympy: factor() slow

2010-03-20 Thread sympy
Updates: Status: Fixed Comment #15 on issue 317 by mattpap: factor() slow http://code.google.com/p/sympy/issues/detail?id=317 So can this be closed? Definitely. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this is

Re: Issue 317 in sympy: factor() slow

2010-03-17 Thread sympy
Comment #14 on issue 317 by asmeurer: factor() slow http://code.google.com/p/sympy/issues/detail?id=317 With new polys: SYMPY_GROUND_TYPES=sympy: In [1]: a,b,c,d,x = symbols('abcdx') In [2]: %timeit factor(a-x) 1000 loops, best of 3: 1.37 ms per loop In [3]: %timeit factor(a*b-x) 100 loops,

Re: Issue 317 in sympy: factor() slow

2009-12-07 Thread sympy
Updates: Blockedon: 1598 Comment #13 on issue 317 by asmeurer: factor() slow http://code.google.com/p/sympy/issues/detail?id=317 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred t