Bill Allombert on Mon, 08 Sep 2014 23:10:20 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

New elldata package update (added some missing curves)


Dear PARI users,

John Cremona has told me his Elliptic Curve Data 
<http://www.warwick.ac.uk/staff/J.E.Cremona/ftp/data/INDEX.html>
was missing curves whose conductors were in the ranges 246400-246499 and
252800-252899 and provided the missing data. Hence this update.

To verify you have installed the fixed version, do
ellidentify(ellinit([0,0,0,50,100]))
if it returns
[["246400a1",[0,0,0,50,100],[[0,10],[10,40]]],[1,0,0,0]]
then you have the correct version.

This package contains elliptic curves defined over the rationals representing
all isogeny classes for all conductor at most 350000. Theses data are needed by
ellsearch, ellidentify and ellgenerators and require PARI/GP 2.2.11 and up.

The package can be downloaded from
<http://pari.math.u-bordeaux.fr/packages.html>

If diskspace is an issue, you can compress all the elldata/ell*
files using gzip, GP is able to read gziped files.

Cheers,
Bill.