| 1 | initial version |
You need to install the optional package database_cremona_ellcurve which contains many more curves than the default database included into Sage:
sage -i database_cremona_ellcurve
Then your first try works:
sage: E = EllipticCurve(QQ,[0, -1, 0, -1008, 48512])
sage: E.cremona_label()
'48400ch1'
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.