You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
Is there a way to get the endomorphism ring of an elliptic curve in Sage?
Nils Bruin
unread,
Jan 22, 2020, 2:38:21 AM1/22/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
On Tuesday, January 21, 2020 at 5:23:43 PM UTC-8, Eric Zhu wrote:
Is there a way to get the endomorphism ring of an elliptic curve in Sage?
with
d=E.cm_discriminant()
you know that End(E) is the cm order of discriminant d. If E does not have cm, then End(E)=Z
John Cremona
unread,
Jan 22, 2020, 1:40:54 PM1/22/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
I suspect the question might have been referring to elliptic curves over finite fields. In the ordinary case you can ask for the Frobenius order and know that the endomorphism ring is between that and the maximal order of its field of fractions (an imaginary quadratic field) but as far as I know Sage jas no implementation of finding the exact endomorphism ring such as Kohel's algorithm.
Eric Zhu
unread,
Jan 22, 2020, 2:32:40 PM1/22/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
In the ordinary case, is it possible to get the regular function corresponding to some endomorphism?