muEC::SYMF::Table2Sf – converts a table into a symmetric function
The muEC::SYMF::Table2Sf function converts a table into a symmetric function. The table is indexed by partitions (possibly empty) and each entry that corresponds to a partition part is interpreted as the coefficient of b[part] in the expression of the symmetric function in the basis b.
Call:
muEC::SYMF::Table2Sf(t, b)
Parameters:
t: |
a table representing a symmetric function |
b: |
any name of known basis |
Related Functions:
t := table([]=q, [3,1,1]=q^2, [4,2]=q+1);
muEC::SYMF::Table2Sf(t, s);