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