"Source: Text/Group/GrpPC.text";
"Line: 6219";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPC.text, line: 6219
// Example: H70E41 ()
print "Example: H70E41";
ei := GetEchoInput();
SetEchoInput(true);
G := RandomGenus1Group(81, 2, 0);
#G eq 81^(2*2 + 1);
D := DerivedSubgroup(G);
IsElementaryAbelian(D);
#D eq 3^4;
Genus(G);
SetEchoInput(ei);
