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

pmToFillingMatrix -- QQ matrix of the PM-to-Filling change of basis on a Schur module

Description

This matrix realizes the equivariant change of basis between PieriMaps' row-form basis of $S_\mu V$ and SchurFunctors' column-form basis. It is invertible over $\mathbb{Q}$ (up to a shape-dependent overall scalar) and is the workhorse behind pieri(...,Convention=>...)/lrMap(...,Convention=>...) for the Filling convention.

Source/target basis labels are attached so symbolicForm can display the change-of-basis on each PM tableau:
i1 : symbolicForm pmToFillingMatrix({2,1}, 3)

     +-----+-------------+
     |+-+-+|      +-+-+  |
o1 = ||0|0||1  *  |0|0|  |
     ||1| ||      |1| |  |
     |+-+-+|      +-+-+  |
     +-----+-------------+
     |+-+-+|      +-+-+  |
     ||0|0||1  *  |0|0|  |
     ||2| ||      |2| |  |
     |+-+-+|      +-+-+  |
     +-----+-------------+
     |+-+-+|1     +-+-+  |
     ||0|1||-  *  |0|1|  |
     ||1| ||2     |1| |  |
     |+-+-+|      +-+-+  |
     +-----+-------------+
     |+-+-+|  1     +-+-+|
     ||0|1||- -  *  |0|2||
     ||2| ||  2     |1| ||
     |+-+-+|        +-+-+|
     |     |      +-+-+  |
     |     |1  *  |0|1|  |
     |     |      |2| |  |
     |     |      +-+-+  |
     +-----+-------------+
     |+-+-+|      +-+-+  |
     ||0|2||1  *  |0|2|  |
     ||1| ||      |1| |  |
     |+-+-+|      +-+-+  |
     |     |  1     +-+-+|
     |     |- -  *  |0|1||
     |     |  2     |2| ||
     |     |        +-+-+|
     +-----+-------------+
     |+-+-+|1     +-+-+  |
     ||0|2||-  *  |0|2|  |
     ||2| ||2     |2| |  |
     |+-+-+|      +-+-+  |
     +-----+-------------+
     |+-+-+|      +-+-+  |
     ||1|1||1  *  |1|1|  |
     ||2| ||      |2| |  |
     |+-+-+|      +-+-+  |
     +-----+-------------+
     |+-+-+|1     +-+-+  |
     ||1|2||-  *  |1|2|  |
     ||2| ||2     |2| |  |
     |+-+-+|      +-+-+  |
     +-----+-------------+

See also

For the programmer

The object pmToFillingMatrix 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:826:0.