"Source: Text/Group/GrpCoh.text";
"Line: 942";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpCoh.text, line: 942
// Example: H74E13 ()
print "Example: H74E13";
ei := GetEchoInput();
SetEchoInput(true);
G := Alt(7);
M := TrivialModule(G, GF(3));
CM := CohomologyModule(G, M);                                                 
CohomologyGroup(CM, 2);
P := Extension(GrpPerm, CM, [1]);
Degree(P);
  M := TrivialModule(P, GF(2));
  CM := CohomologyModule(P, M);
  CohomologyGroup(CM, 2);
  P := Extension(GrpPerm, CM, [1]);
  Degree(P);
ChiefFactors(P);               
_, PP := MinimalDegreePermutationRepresentation(P);
Degree(PP);
SetEchoInput(ei);
