"Source: Text/RepThy/ModAlg.text";
"Line: 1742";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ModAlg.text, line: 1742
// Example: H97E14 ()
print "Example: H97E14";
ei := GetEchoInput();
SetEchoInput(true);
G := SL(3, 5);
M := GModule(G);
T := TensorProduct(M, M);
A := ActionGroup(T);
S := Sections(A);
#S;
assert $1 eq 2;
S[1];
SetEchoInput(ei);
