Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question
0

name of the curve in Cremona's database

asked 8 years ago

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.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 8 years ago

FrédéricC gravatar image

Like that

sage: E=EllipticCurve([0,0,0,-3267,45630])
sage: E.cremona_label()
'102a1'
Preview: (hide)
link

Comments

Thank you!

Sha gravatar imageSha ( 8 years ago )

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: 8 years ago

Seen: 274 times

Last updated: Oct 11 '16