"Source: Text/Incidence/AlgSym.text";
"Line: 1078";
"Date: Wed Jun 28 17:27:41 2017";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/AlgSym.text, line: 1078
// Example: H155E12 ()
print "Example: H155E12";
ei := GetEchoInput();
SetEchoInput(true);
H := SFAHomogeneous(Rationals());
P := Partitions(4);
f := &+[Random(1, 5)*H.p : p in P];
f;
s, e := Support(f);
s, e;
f eq &+[e[i]*H.s[i] : i in [1 .. Length(f)]];
assert $1;
SetEchoInput(ei);
