"Source: Text/Geometry/CrvEllQNF.text";
"Line: 1840";
"Date: Fri Apr 14 10:35:14 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvEllQNF.text, line: 1840
// Example: H130E19 ()
print "Example: H130E19";
ei := GetEchoInput();
SetEchoInput(true);
E := EllipticCurve([-228, 848]);
Q := SIntegralPoints(E, [2, 3, 5, 7]);
for P in Q do P; end for;    // Print one per line
SetEchoInput(ei);
