-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
direct computation of .formal()[1] for elliptic-curve morphisms #33865
Comments
comment:2
This looks great, and well worth doing. My only comment is that all these At the same time, perhaps we can have in the docstring a definition of this "scaling factor". I would say something like this: it is the factor u (in the base field) such that [Sorry, I forgot that trac does not understand latex.] |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
Thank you for the suggestion! I changed it to |
comment:5
Sorry about the delay in coming back to this. Is it possible to get the test to re-run? |
comment:6
The patchbot log here on Trac is fully green and looks complete over here. Maybe your browser hadn't finished loading it all the way to the end? On GitHub Actions (the source of the alarmingly red "Build & Test | failing" icon), there is a single test failure, but it seems entirely unrelated to this patch:
|
comment:7
Thanks for the quick help. I do now see the whole log file. I'll give this a positive review then. |
Reviewer: John Cremona |
comment:8
Thank you! |
Changed branch from public/elliptic_curve_morphisms_scaling_factor to |
Follow-up to #33216: We can compute
.formal()[1]
directly, i.e., without going through.formal()
. This is beneficial as the latter uses the rational maps, which can be very expensive..formal()[1]
..formal()[1] == 1
. We only need to account for pre- and post-isomorphism.(u,r,s,t)
have.formal()[1] == u
.Same example as for #33216:
Sage 9.6:
This branch:
CC: @defeo @JohnCremona @categorie
Component: elliptic curves
Author: Lorenz Panny
Branch/Commit:
fb571d3
Reviewer: John Cremona
Issue created by migration from https://trac.sagemath.org/ticket/33865
The text was updated successfully, but these errors were encountered: