"Source: Text/Group/GrpMatQZ.text";
"Line: 496";
"Date: Tue Oct 22 23:08:55 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpMatQZ.text, line: 496
// Example: H68E3 ()
print "Example: H68E3";
ei := GetEchoInput();
SetEchoInput(true);
C:= CompanionMatrix(CyclotomicPolynomial(5));
ok, h:= IsGLZConjugate(C, C^2); ok;
C^2 eq h^-1 * C * h;
assert $1;
Determinant(h);
assert $1 eq -1;
G:= CentralizerGLZ(C);
[ Determinant(g) : g in Generators(G) ];
IsSLZConjugate(C, C^2);
assert not $1;
SetEchoInput(ei);
