"Source: Text/Incidence/AlgSym.text";
"Line: 596";
"Date: Wed Jun 28 17:27:41 2017";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/AlgSym.text, line: 596
// Example: H155E7 ()
print "Example: H155E7";
ei := GetEchoInput();
SetEchoInput(true);
R := Rationals();
S := SFASchur(R);
H := SFAHomogeneous(R);
P := SFAPower(R);
E := SFAElementary(R);
M := SFAMonomial(R);

m := S.[3,1];
S!m;
H!m;
P!m;
E!m;
M!m;

PP<[x]> := PolynomialRing(R, 4);
PP ! m;
SetEchoInput(ei);
