Skip to content
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 matrix of isogeny on n-torsion #34879

Closed
yyyyx4 opened this issue Dec 27, 2022 · 0 comments · Fixed by #35164
Closed

compute matrix of isogeny on n-torsion #34879

yyyyx4 opened this issue Dec 27, 2022 · 0 comments · Fixed by #35164

Comments

@yyyyx4
Copy link
Member

yyyyx4 commented Dec 27, 2022

The task of computing the matrix by which an isogeny acts on a particular n‑torsion subgroup often comes up in algorithms for supersingular elliptic curves. (In particular, it appears as a subroutine of computing the kernel of an endomorphism-ring ideal.)

This patch adds a simple method to compute such a matrix, based on AdditiveAbelianGroupWrapper.discrete_log().

(The dependency is only necessary for the reference in the "see also" block.)

Depends on #34718

Component: elliptic curves

Author: Lorenz Panny

Branch/Commit: public/matrix_of_isogeny @ 0bc249d

Issue created by migration from https://trac.sagemath.org/ticket/34879

@yyyyx4 yyyyx4 added this to the sage-9.8 milestone Dec 27, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
vbraun pushed a commit that referenced this issue Mar 26, 2023
    
Fixes #34879.
    
URL: #35164
Reported by: Lorenz Panny
Reviewer(s): John Cremona, Lorenz Panny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants