"Source: Text/Group/GrpGPC.text";
"Line: 2606";
"Date: Wed Nov  6 12:03:12 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpGPC.text, line: 2606
// Example: H79E15 ()
print "Example: H79E15";
ei := GetEchoInput();
SetEchoInput(true);
F<a,b,c,d,e> := FreeGroup(5);
G<a,b,c,d,e> := quo< GrpGPC : F | c^6 = F!1, e^3 = F!1,
                                  b^a = b * d,
                                  b^(a^-1) = b * d^-1 >;
modules := SemisimpleEFAModules(G);
modules;
S := G;
for m in modules do
   S meet:= Kernel(GModuleAction(m));
end for;
S eq FittingSubgroup(G);
assert $1;
SetEchoInput(ei);
