Ask Your Question
0

name of the curve in Cremona's database

asked 2016-10-11 01:47:28 +0200

Sha gravatar image

Hi. I have checked on PARI that for my elliptic curve E : ellinit([0,0,0,-3267,45630]), the function ellidentify(E) returns "102a1" as the curve on Cremona's database. Do sage have a code to do this? Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2016-10-11 08:27:00 +0200

FrédéricC gravatar image

Like that

sage: E=EllipticCurve([0,0,0,-3267,45630])
sage: E.cremona_label()
'102a1'
edit flag offensive delete link more

Comments

Thank you!

Sha gravatar imageSha ( 2016-10-11 10:22:33 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-10-11 01:47:28 +0200

Seen: 198 times

Last updated: Oct 11 '16