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

weylToPM -- convert a SchurFunctors WeylFilling to a PieriMaps row-form tableau

Description

Inverse of pmToWeyl. Both WeylFilling and PM-form share the row-of-multisets data layout, so this is purely an unwrapping.
i1 : needsPackage "SchurFunctors";
i2 : W = pmToWeyl {{0,1},{2}}

     +-+-+
o2 = |0|1|
     |2| |
     +-+-+

o2 : WeylFilling
i3 : weylToPM W

o3 = {{0, 1}, {2}}

o3 : List

See also

For the programmer

The object weylToPM 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:764:0.