Macaulay2 » Documentation
Packages » PieriMaps :: fillingToPM
next | previous | forward | backward | up | index | toc

fillingToPM -- convert a SchurFunctors column-form Filling to PieriMaps row-form tableaux

Description

Inverse (up to a uniform scalar) of pmToFilling. Each column of F is wedge-expanded into $V^{\otimes |\lambda|}$ via the column antisymmetrizer (signed sum over permutations, with normalization $1/\prod \lambda'_j!$), reordered by rows, and projected to symmetric (sort) per row. The result is straightened into the standard PM basis.
i1 : needsPackage "SchurFunctors";
i2 : F = new Filling from {{0,2},{1}};
i3 : fillingToPM F

o3 = HashTable{{{0, 1}, {2}} => 1}
                                1
               {{0, 2}, {1}} => -
                                2

o3 : HashTable

See also

For the programmer

The object fillingToPM is a function closure.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/PieriMaps/doc.m2:728:0.