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.

→ Examples

Call:

muEC::SYMF::Table2Sf(t, b)

Parameters:

t

a table representing a symmetric function

b

any name of known basis

Related Functions:

muEC::SYMF::Sf2Table

Example 1:

t := table([]=q, [3,1,1]=q^2, [4,2]=q+1);

math

muEC::SYMF::Table2Sf(t, s);

math