"Source: Text/Geometry/CrvHyp.text";
"Line: 8606";
"Date: Fri Sep 26 09:12:34 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvHyp.text, line: 8606
// Example: H137E54 ()
print "Example: H137E54";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(GF(11));
C := HyperellipticCurve(x^12 - 1);
Ts, Aut := Twists(C : AutomorphismGroup := true);
Ts;
Aut;
GroupName(Aut);
SetEchoInput(ei);
