-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Bugfix concerning ticket #26421 #29266
Comments
Commit: |
comment:2
Maybe a better place for the fix would be the method New commits:
|
Author: Sebastian Oehms |
Reviewer: Travis Scrimshaw |
comment:3
One little change: "coerce" to "convert". If it was a coercion map, then the fact it was a unit must be preserved (as coercions must be morphisms). Once you change that, you can set a positive review. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
Thanks! |
Changed branch from u/soehms/factorization_integral_domain_29266 to |
In #26421 factorization of polynomials has been extended to previously untreated cases in which the polynomial's base ring is an integral domain.
The factorization is done over the field of fraction and excepted if it can be coerced into the base ring itself. Since the method
base_change
of the classFactorzation
doesn't check if the unit of the factorization is coerced to a unit again, this implementation is too vastly:CC: @tscrim
Component: commutative algebra
Keywords: factorization, integral domain
Author: Sebastian Oehms
Branch/Commit:
a21db27
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/29266
The text was updated successfully, but these errors were encountered: