You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This curve has rank 1 and trivial torsion, generator P=(13,-43) and the integral points are kP for k=1,2,3,4 and 13 (and their negatives). We miss 13P because the upper bound computed is only 12 (as seen with verbose=True).
#10973 implements integral points on elliptic curves over arbitrary number fields, and also provides a fix for this bug since it work over QQ (the branch at #10973 has the integral_points() method over QQ call the general one). However the code there is slow over QQ (and relies on some incorrect though published assumptions). Hence there is a case for fixing the bugs over QQ independently of the general implementation, and that will be done here.
The complete list of missed points with Sage 8.5, for curves in database_cremona_ellcurve (i.e. all curves of conductor<400000) is: 12 points on 11 curves:
1701d1, 1848f1, 2082a1, 3510n1, 6514b1, 177211a1, 23808e1, 268740c1, 285928a1, 66432f1, 92554e1,
missing 1 point in each case except 2 points on 1848f1.
As the Sage-8.8 release milestone is pending, we should delete the sage-8.8 milestone for tickets that are not actively being worked on or that still require significant work to move forward. If you feel that this ticket should be included in the next Sage release at the soonest please set its milestone to the next release milestone (sage-8.9).
The code for computing all integral points on elliptic curves over QQ has bugs, some due to incorrect formulas in the literature. For example:
This curve has rank 1 and trivial torsion, generator P=(13,-43) and the integral points are kP for k=1,2,3,4 and 13 (and their negatives). We miss 13P because the upper bound computed is only 12 (as seen with verbose=True).
#10973 implements integral points on elliptic curves over arbitrary number fields, and also provides a fix for this bug since it work over QQ (the branch at #10973 has the integral_points() method over QQ call the general one). However the code there is slow over QQ (and relies on some incorrect though published assumptions). Hence there is a case for fixing the bugs over QQ independently of the general implementation, and that will be done here.
Component: elliptic curves
Keywords: integral points
Author: John Cremona
Issue created by migration from https://trac.sagemath.org/ticket/27015
The text was updated successfully, but these errors were encountered: