"Source: Text/Geometry/CrvHyp.text";
"Line: 1370";
"Date: Fri Sep 26 09:12:34 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvHyp.text, line: 1370
// Example: H137E10 ()
print "Example: H137E10";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(Rationals());
C := HyperellipticCurve(x^6+x^2+1);         
Points(C : Bound := 1);
Points(C : Bound := 2);
Points(C : Bound := 4);
SetEchoInput(ei);
