-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Square-free decomposition and any_root for polynomials #14957
Comments
Attachment: squarefree_decomposition_any_root.patch.gz enhance Polynomial.squarefree_decomposition(), add Polynomial.any_root() |
Changed keywords from polynomial to polynomial sd51 |
comment:2
CC-ing the authors of #8335 and Sage Days 51 participants on this split-off ticket. |
Attachment: trac_14957-squarefree_decomposition_any_root.patch.gz enhance Polynomial.squarefree_decomposition(), add Polynomial.any_root() |
comment:3
New patch with various improvements. Most importantly: improved documentation, removed unused parameter
|
This comment has been minimized.
This comment has been minimized.
Reviewer: Jean-Pierre Flori, Peter Bruin |
comment:4
I already reviewed David's code and did not really touch this part apart for a few fixes. I also agree with Peter's changes. Everything seems to work fine, but note that if I test this on top of #14888, then two doctests fail. |
Changed author from David Roe, Jean-Pierre Flori to David Roe, Jean-Pierre Flori, Peter Bruin |
Work Issues: rebase on top of #14888? |
comment:6
Replying to @jpflori:
That makes sense, since #14888 already has a positive review and we would have to change one or the other anyway. |
Changed work issues from rebase on top of #14888? to none |
comment:7
|
Dependencies: #14888 |
This comment has been minimized.
This comment has been minimized.
Rebase doctests on top of #14888 |
comment:8
Attachment: trac_14957-doctests_14888.patch.gz |
This comment has been minimized.
This comment has been minimized.
comment:9
Those were also the doctest failures I was getting, so I am happy with the fixes and the positive review. |
Merged: sage-5.13.beta0 |
This patch improves the method
Polynomial.squarefree_decomposition()
and adds a new methodPolynomial.any_root()
. This has been split off from #8335, and is a dependency of that ticket.Apply:
Depends on #14888
CC: @roed314 @jpflori @sagetrac-mraum @fredstro @sagetrac-JCooley @loefflerd @sagetrac-dfesti
Component: algebra
Keywords: polynomial sd51
Author: David Roe, Jean-Pierre Flori, Peter Bruin
Reviewer: Jean-Pierre Flori, Peter Bruin
Merged: sage-5.13.beta0
Issue created by migration from https://trac.sagemath.org/ticket/14957
The text was updated successfully, but these errors were encountered: