"Source: Text/RepThy/ModAlg.text";
"Line: 1742";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/ModAlg.text, line: 1742
// Example: H99E14 ()
print "Example: H99E14";
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);
