"Source: Text/Algebra/AlgBas.text";
"Line: 2111";
"Date: Thu Jun 16 15:34:16 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgBas.text, line: 2111
// Example: H92E15 ()
print "Example: H92E15";
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);
