-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
compute ℓ-division fields for elliptic curves over finite fields #33939
Comments
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
LGTM modulo documentation changes: - - ``\ell`` -- a prime number (an element of `\ZZ`).
-
- - ``names`` -- (default: ``t``) a variable name for the division field.
-
+ - ``\ell`` -- a prime number (an element of `\ZZ`)
+ - ``names`` -- (default: ``t``) a variable name for the division field
- ``map`` -- (default: ``False``) also return an embedding of
- the :meth:`base_field` into the resulting field.
-
- ``kwds`` -- additional keywords passed to
- :func:`~sage.rings.polynomial.polynomial_element.Polynomial.splitting_field`.
+ :func:`~sage.rings.polynomial.polynomial_element.Polynomial.splitting_field` |
Reviewer: Travis Scrimshaw |
comment:7
Thanks. Done, plus a few other small tweaks. |
Changed reviewer from Travis Scrimshaw to Travis Scrimshaw, John Cremona |
comment:8
Looks good to me. I was wondering whether (over any base field) it would be worthwhile first going up to the ell'th cyclotomic extension of the base field since the ell-splitting field will contain that. But that would take some experimentation, and should not be on this ticket. |
Changed branch from public/generalize_elliptic_curve_division_field_to_finite_fields to |
EllipticCurve_number_field
has a.division_field()
method to compute the smallest field of definition ofE[ℓ]
for primesℓ
.This patch generalizes the
.division_field()
method to finite fields, where the same algorithm works with minor adaptions.The only nontrivial changes are in this commit: sagemath/sagetrac-mirror@731011c
Depends on #33937
CC: @defeo @JohnCremona @categorie
Component: elliptic curves
Author: Lorenz Panny
Branch/Commit:
3be7fe8
Reviewer: Travis Scrimshaw, John Cremona
Issue created by migration from https://trac.sagemath.org/ticket/33939
The text was updated successfully, but these errors were encountered: