Comment #2 on issue 1598 by ondrej.certik: New polynomials manipulation  
module
http://code.google.com/p/sympy/issues/detail?id=1598

Wow, Mateusz, you are a genius.


I tried this:

In [1]: a = (x+y+z)**20

In [2]: b = a.expand()

In [6]: time factor(b)
CPU times: user 3.08 s, sys: 0.00 s, total: 3.08 s
Wall time: 3.11 s
Out[7]:
            20
(x + y + z)


And try maxima, it can't do it! :) So we are slowly overtaking maxima,  
that's exciting.




This fails for me, but it's minor:

$ bin/test sympy/utilities/
============================= test process starts  
==============================
executable:   /usr/bin/python  (2.6.2-final-0)

sympy/utilities/tests/test_code_quality.py[2] ..                             
[OK]
sympy/utilities/tests/test_codegen.py[10] ..........                         
[OK]
sympy/utilities/tests/test_decorator.py[1] .                                 
[OK]
sympy/utilities/tests/test_iterables.py[5] .....                             
[OK]
sympy/utilities/tests/test_lambdify.py[25] ...........f.............         
[OK]
sympy/utilities/tests/test_pickling.py[28] ..........fffffff...........      
[OK]
sympy/utilities/tests/test_pytest.py[1] .                                    
[OK]
sympy/utilities/tests/test_source.py[2] ..                                   
[OK]
sympy/utilities/tests/test_tests_names.py[1]
['/home/ondrej/repos/sympy/sympy/mpmath/tests/test_rootfinding.py',
'/home/ondrej/repos/sympy/sympy/polys/tests/test_rootfinding.py']
F                            [FAIL]

________________________________________________________________________________
______ sympy/utilities/tests/test_tests_names.py:test_no_duplicate_names  
_______
    
File "/home/ondrej/repos/sympy/sympy/utilities/tests/test_tests_names.py",  
line 21,
in test_no_duplicate_names
     assert False, message % (fname)
AssertionError: Test 'test_rootfinding.py' has a duplicate name, py.test  
will not run it!

======= tests finished: 66 passed, 1 failed, 8 xfailed in 20.82 seconds  
========
DO *NOT* COMMIT!


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to