"Source: Text/RepThy/ModAlg.text";
"Line: 751";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/ModAlg.text, line: 751
// Example: H99E8 ()
print "Example: H99E8";
ei := GetEchoInput();
SetEchoInput(true);
G := Alt(5);
R<[x]> := PolynomialRing(GF(5), 5);
M, f := GModule(G, R, 4);
M;
Constituents(M);
t := x[1]^4 + x[2]^4 + x[3]^4 + x[4]^4 + x[5]^4;
v := f(t); v;
v@@f;
SetEchoInput(ei);
