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

dualPieriColumn -- GL-equivariant projection wedge^d V ⊗ S_lambda V --> S_mu V

Description

Column-form analogue of dualPieri: the $GL_n$-equivariant projection from $\wedge^d V \otimes S_\lambda V$ onto the chosen $S_\mu V$ summand (unique up to scalar). Construction stacks pieriColumn inclusions for every addable vertical $d$-strip and inverts.
i1 : P = QQ[e_0..e_2, SkewCommutative => true];
i2 : M = pieriColumn({2,1}, {1}, P);

             6      8
o2 : Matrix P  <-- P
i3 : N = dualPieriColumn({2,1}, {1}, P);

              8       18
o3 : Matrix QQ  <-- QQ
i4 : numRows N, numColumns N

o4 = (8, 18)

o4 : Sequence

See also

Ways to use dualPieriColumn:

  • dualPieriColumn(List,List,PolynomialRing)

For the programmer

The object dualPieriColumn is a method function with options.


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