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| | |
|+-+-+| +-+-+ |
+-----+-------------+
|