Updates:
Labels: Milestone-Release0.6.4
Comment #4 on issue 1305 by ondrej.certik: sympy.roots not working for
slightly more complicated polynomials
http://code.google.com/p/sympy/issues/detail?id=1305
git bisect shows that this was fixed by this commit:
3aca39a0c13c0b226cb1046a0aab968d39f38c30 is first bad commit
commit 3aca39a0c13c0b226cb1046a0aab968d39f38c30
Author: Mateusz Paprocki <[email protected]>
Date: Sun Mar 1 05:35:49 2009 +0100
Refactored roots(), use factor() by default
factor(), in univariate case, is sufficiently fast to use it
by default when computing roots. Currently only Z[x] and Q[x]
polynomials are supported but soon algebraic extensions will
be implemented, so more classes of polynomials will be handled.
A test attached, please review.
Attachments:
0001-Added-a-new-test-for-roots-1305.patch 1.2 KB
--
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
-~----------~----~----~----~------~----~------~--~---