"Source: Text/Group/GrpMatGen.text";
"Line: 367";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpMatGen.text, line: 367
// Example: H66E3 ()
print "Example: H66E3";
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);
