-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
.multiplication_by_m_isogeny() fails for negative m #34727
Labels
Milestone
Comments
New commits:
|
Branch: public/34727 |
This comment has been minimized.
This comment has been minimized.
Author: Lorenz Panny |
Commit: |
Reviewer: Frédéric Chapoton |
comment:2
ok |
Changed branch from public/34727 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All of these are because
.multiplication_by_m_isogeny()
calls.torsion_polynomial()
withm
, which may be negative, rather thanabs(m)
. As the last error message indicates, the values-1
and-2
additionally have special meaning for.torsion_polynomial()
, which made debugging a bit more confusing...Component: elliptic curves
Author: Lorenz Panny
Branch/Commit:
a6e99a7
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/34727
The text was updated successfully, but these errors were encountered: