"Source: Text/RepThy/ModAlg.text";
"Line: 4426";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/ModAlg.text, line: 4426
// Example: H99E29 ()
print "Example: H99E29";
ei := GetEchoInput();
SetEchoInput(true);
G := Alt(8);
K := GF(2);
IrreducibleModules(G, K);
ProjectiveIndecomposableDimensions(G, K);
time proj := ProjectiveIndecomposables(G, K);
proj;
CompositionFactors(proj[1]);
SetEchoInput(ei);
