"Source: Text/RepThy/ModAlg.text";
"Line: 4600";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ModAlg.text, line: 4600
// Example: H97E30 ()
print "Example: H97E30";
ei := GetEchoInput();
SetEchoInput(true);
G := PSL(3, 3);
Irrs := AbsolutelyIrreducibleModules(G, GF(3));
M := Irrs[6];
M;
CM := CohomologyModule(G, M);
CohomologyGroup(CM, 1);
CohomologyGroup(CM, 2);
SetEchoInput(ei);
