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