"Source: Text/Incidence/AlgSym.text";
"Line: 1421";
"Date: Fri Sep 26 12:10:10 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Incidence/AlgSym.text, line: 1421
// Example: H159E18 ()
print "Example: H159E18";
ei := GetEchoInput();
SetEchoInput(true);
M := SchurToMonomialMatrix(5);                  
M;
Parts := Partitions(5);
Parts;
#TableauxOnShapeWithContent(Parts[2], Parts[6]);
assert $1 eq 3;
M[2,6];
assert $1 eq 3;
SetEchoInput(ei);
