"Source: Text/Incidence/AlgSym.text";
"Line: 1258";
"Date: Wed Jun 28 17:27:41 2017";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/AlgSym.text, line: 1258
// Example: H155E16 ()
print "Example: H155E16";
ei := GetEchoInput();
SetEchoInput(true);
E := SFAElementary(Rationals());
H := SFAHomogeneous(Rationals());
p:=RandomPartition(45);
pc:=ConjugatePartition(p);
InnerProduct(E.p,H.pc);
assert $1 eq 1;
SetEchoInput(ei);
