"Source: Text/Geometry/CrvHyp.text";
"Line: 1317";
"Date: Thu Aug 18 16:02:10 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvHyp.text, line: 1317
// Example: H134E10 ()
print "Example: H134E10";
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);
