"Source: Text/Incidence/AlgSym.text";
"Line: 1421";
"Date: Wed Jun 28 17:27:41 2017";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/AlgSym.text, line: 1421
// Example: H155E18 ()
print "Example: H155E18";
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);
