compute minimal polynomial of an isogeny & push such polynomials through other isogenies#40467
Merged
vbraun merged 6 commits intosagemath:developfrom Aug 16, 2025
Merged
compute minimal polynomial of an isogeny & push such polynomials through other isogenies#40467vbraun merged 6 commits intosagemath:developfrom
vbraun merged 6 commits intosagemath:developfrom
Conversation
…ugh other isogenies
Member
Author
|
|
GiacomoPope
approved these changes
Jul 28, 2025
Contributor
GiacomoPope
left a comment
There was a problem hiding this comment.
LGTM, there's a FIXME, but I can't think of something obvious to replace this.
SageMath version 10.7.rc0, Release Date: 2025-08-02
|
Documentation preview for this PR (built with commit 5497458; changes) is ready! 🎉 |
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Aug 10, 2025
sagemathgh-40467: compute minimal polynomial of an isogeny & push such polynomials through other isogenies Back in sagemath#37125 we implemented Algorithms 3 and 4 from [Deuring for the People](https://ia.cr/2023/106). In this patch we add Algorithm 5, as well as a simple convenience method to compute the minimal polynomial of an isogeny. This functionality is very convenient for computing chains of isogenies whose kernel points may live in extension fields — without explicitly constructing and working in those extension fields. URL: sagemath#40467 Reported by: Lorenz Panny Reviewer(s): Giacomo Pope
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Aug 12, 2025
sagemathgh-40467: compute minimal polynomial of an isogeny & push such polynomials through other isogenies Back in sagemath#37125 we implemented Algorithms 3 and 4 from [Deuring for the People](https://ia.cr/2023/106). In this patch we add Algorithm 5, as well as a simple convenience method to compute the minimal polynomial of an isogeny. This functionality is very convenient for computing chains of isogenies whose kernel points may live in extension fields — without explicitly constructing and working in those extension fields. URL: sagemath#40467 Reported by: Lorenz Panny Reviewer(s): Giacomo Pope
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Aug 13, 2025
sagemathgh-40467: compute minimal polynomial of an isogeny & push such polynomials through other isogenies Back in sagemath#37125 we implemented Algorithms 3 and 4 from [Deuring for the People](https://ia.cr/2023/106). In this patch we add Algorithm 5, as well as a simple convenience method to compute the minimal polynomial of an isogeny. This functionality is very convenient for computing chains of isogenies whose kernel points may live in extension fields — without explicitly constructing and working in those extension fields. URL: sagemath#40467 Reported by: Lorenz Panny Reviewer(s): Giacomo Pope
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Aug 14, 2025
sagemathgh-40467: compute minimal polynomial of an isogeny & push such polynomials through other isogenies Back in sagemath#37125 we implemented Algorithms 3 and 4 from [Deuring for the People](https://ia.cr/2023/106). In this patch we add Algorithm 5, as well as a simple convenience method to compute the minimal polynomial of an isogeny. This functionality is very convenient for computing chains of isogenies whose kernel points may live in extension fields — without explicitly constructing and working in those extension fields. URL: sagemath#40467 Reported by: Lorenz Panny Reviewer(s): Giacomo Pope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Back in #37125 we implemented Algorithms 3 and 4 from Deuring for the People. In this patch we add Algorithm 5, as well as a simple convenience method to compute the minimal polynomial of an isogeny.
This functionality is very convenient for computing chains of isogenies whose kernel points may live in extension fields — without explicitly constructing and working in those extension fields.