"Source: Text/Group/GrpCoh.text";
"Line: 192";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpCoh.text, line: 192
// Example: H75E4 ()
print "Example: H75E4";
ei := GetEchoInput();
SetEchoInput(true);
G := Group<x,y | x^2,y^3,(x*y)^7 >;
L := LowIndexSubgroups(G, <7,7>);
L := LowIndexSubgroups(G, <7,7>);
Index(G,L[1]);
Q := CosetImage(G,L[1]);
PM := PermutationModule(Q, Integers());
cons := Constituents(PM);
cons;
mats := ActionGenerators(cons[2]);
M := GModule(G,mats);
CM := CohomologyModule(G,M);
SetEchoInput(ei);
