-
-
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
univariate polynomial _xgcd only over fields #13438
Comments
Changed keywords from xgcd to gcd, xgcd |
This comment has been minimized.
This comment has been minimized.
Author: Julian Rueth |
Dependencies: #13439 |
Changed dependencies from #13439 to none |
Attachment: trac_13438.patch.gz |
This comment has been minimized.
This comment has been minimized.
comment:8
Two minor things I'd like to see changed:
Thanks. |
comment:9
Attachment: trac_13438_beta.patch.gz Beta patch should replace original patch. Original patch fails due to intermediate changes in sage (as of 5.10). Beta patch also includes tscrim's suggested doc changes. |
Reviewer: Travis Scrimshaw |
comment:10
The patch is missing the header information. You'll need to run
(or save it to wherever you'd like to upload the patch from). You should also add yourself as a reviewer of the patch with your real name. Thanks, Travis |
comment:11
Attachment: trac_13438_header.patch.gz The new patch (trac_13438_header.patch) includes header and commit. |
Changed reviewer from Travis Scrimshaw to Travis Scrimshaw, Michiel Kosters |
comment:12
Looks good to me. Thank you. For patchbot: Apply: trac_13438_header.patch |
This comment has been minimized.
This comment has been minimized.
Changed keywords from gcd, xgcd to gcd, xgcd, beginner sd51 |
Merged: sage-5.12.beta2 |
sage.rings.polynomial.polynomial_element.Polynomial
provides an implementation for_xgcd
. This implementation is not correct for polynomials over arbitrary rings. Therefore it should be moved tosage.rings.polynomial.polynomial_element_generic.Polynomial_generic_field
.The way it currently is, doesn't cause any bugs (except for one which already has a stopgap warning) because only elements of a PID call the
_xgcd
method.Apply: attachment: trac_13438_header.patch
Component: basic arithmetic
Keywords: gcd, xgcd, beginner sd51
Author: Julian Rueth
Reviewer: Travis Scrimshaw, Michiel Kosters
Merged: sage-5.12.beta2
Issue created by migration from https://trac.sagemath.org/ticket/13438
The text was updated successfully, but these errors were encountered: