Hi all,
I came across the following example... sage: E1=EllipticCurve([0,0,0,49,-64]);E1;S=E1.integral_points();S; Elliptic Curve defined by y^2 = x^3 + 49*x - 64 over Rational Field [(4 : 14 : 1), (464 : 9996 : 1)] but the following integer point Q belongs also to the curve sage:Q=E1(482042404,10583464697386);Q (482042404 : 10583464697386 : 1) further, Q=3*M. Any idea why sage did not provide the point Q? I used sage version 6.9. Thank you Costas -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
