"Source: Text/Incidence/AlgSym.text";
"Line: 1591";
"Date: Wed Jun 28 17:27:41 2017";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/AlgSym.text, line: 1591
// Example: H155E20 ()
print "Example: H155E20";
ei := GetEchoInput();
SetEchoInput(true);
SchurToMonomialMatrix(7) eq Transpose(HomogeneousToSchurMatrix(7));
assert $1;
SetEchoInput(ei);
