"Source: Text/Group/GrpMatGen.text";
"Line: 367";
"Date: Mon Jun 27 15:52:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpMatGen.text, line: 367
// Example: H65E3 ()
print "Example: H65E3";
ei := GetEchoInput();
SetEchoInput(true);
K<w> := FiniteField(4);
H := MatrixGroup< 3, K | [1,w,0, 0,1,0, 1,w^2,1], [w,0,0, 0,1,0, 0,0,w] >;
H;
Order(H);
assert $1 eq 96;
SetEchoInput(ei);
