"Source: Text/Incidence/AlgSym.text";
"Line: 1258";
"Date: Fri Sep 26 12:10:10 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Incidence/AlgSym.text, line: 1258
// Example: H159E16 ()
print "Example: H159E16";
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);
