-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
Factorization in iterated extensions of finite fields #21996
Comments
This comment has been minimized.
This comment has been minimized.
Dependencies: #21998 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
I added some |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
I'll have a closer look soon but right now this looks like a good addition. |
comment:12
You've got this simple model stuff for function fields. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:14
Jens Bauch reported that the factorization does not work here:
|
Work Issues: merge conflicts, factorization incorrect |
Changed keywords from factorization, finite field to factorization, finite field, sd86.5 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:20
If the fix is OK, then I think it is ready for positive review. Edouard New commits:
|
Reviewer: Hanson Smith, Edouard Rousseau |
comment:22
|
Changed keywords from factorization, finite field, sd86.5 to factorization, finite field, sd86.5, sd87 |
comment:28
Should the following example work with this branch? It does not for me. I get a not implemented error. All examples in ticket have fields with cardinality a power of 2. Replying to @saraedum:
|
comment:29
Replying to @adeines:
That's expected. L is not a field in this example. |
Changed work issues from factorization incorrect to none |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed reviewer from Hanson Smith, Edouard Rousseau to Hanson Smith, Edouard Rousseau, Aly Deines |
Changed branch from u/saraedum/factorization_in_iterated_extensions_of_finite_fields to |
At the moment there is no factorization implemented in iterated extensions of finite fields:
The reason is that
M
in the above example is just a quotient of a polynomial ring overL
.Here, we implement isomorphisms (for this special case) to a simple extensions of a prime field over which factorization is implemented. We also implement univariate factorization for polynomial quotient rings if an isomorphism to a field which supports such factorization is known.
Depends on #21998
Depends on #22001
CC: @jpflori
Component: finite rings
Keywords: factorization, finite field, sd86.5, sd87
Author: Julian Rüth, Hanson Smith, Edouard Rousseau
Branch/Commit:
d585fdb
Reviewer: Hanson Smith, Edouard Rousseau, Aly Deines
Issue created by migration from https://trac.sagemath.org/ticket/21996
The text was updated successfully, but these errors were encountered: