"Source: Text/Group/GrpCoh.text";
"Line: 192";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpCoh.text, line: 192
// Example: H74E4 ()
print "Example: H74E4";
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);
