"Source: Text/Algebra/AlgBas.text";
"Line: 2129";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgBas.text, line: 2129
// Example: H94E15 ()
print "Example: H94E15";
ei := GetEchoInput();
SetEchoInput(true);
G := PSL(3,3);
N := Normalizer(G,Sylow(G,2));
A := BasicAlgebraOfHeckeAlgebra(G,N,GF(2));
DimensionsOfProjectiveModules(A);
IsomorphismTypesOfRadicalLayers(ProjectiveModule(A,4));
IsomorphismTypesOfSocleLayers(ProjectiveModule(A,4));  
SetEchoInput(ei);
