"Source: Text/Commut/RngInvar.text";
"Line: 1734";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Commut/RngInvar.text, line: 1734
// Example: H117E15 ()
print "Example: H117E15";
ei := GetEchoInput();
SetEchoInput(true);
K := RationalField();
G := PermutationGroup<6 | (1,2,3)(4,5,6), (1,2)(4,5)>;
R := InvariantRing(G, K);
P := PrimaryInvariants(R);    
P;
S := SecondaryInvariants(R);  
S;
MinimalAlgebraGenerators(P cat S);
SetEchoInput(ei);
