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

applyPieriColumn -- apply pieriColumn to a single source tableau T_mu

Description

Column-form analogue of applyPieri.
i1 : needsPackage "SchurFunctors";
i2 : P = QQ[e_0..e_2, SkewCommutative => true];
i3 : sfStdTab = value (SchurFunctors#"private dictionary"#"standardTableaux");
i4 : F = (sfStdTab(3, {2,1}))#0;
i5 : applyPieriColumn(({2,1}, {1}), F, P)

           +-+-+         +-+-+
o5 = {{e , |0|0|}, {-e , |0|1|}}
        1  +-+-+      0  +-+-+

o5 : List

See also

Ways to use applyPieriColumn:

  • applyPieriColumn(Sequence,BasicList,PolynomialRing)

For the programmer

The object applyPieriColumn 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:1319:0.