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

applyDualLR -- apply dualLR to a single basis pair (T_nu, T_mu)

Description

Note: the {T_nu, T_mu} argument must be a List (not a Sequence), since M2 flattens nested Sequences in function-call arg lists but does not flatten Lists. Non-standard inputs are straightened first.
i1 : shapes = ({2,1}, {1}, {1,1});
i2 : Q = (lrTableaux shapes)#0;
i3 : applyDualLR(shapes, Q, {{{0},{1}}, {{0},{}}}, 3)

       1
o3 = {{-, {{0, 0}, {1}}}}
       3

o3 : List

See also

Ways to use applyDualLR:

  • applyDualLR(Sequence,List,List,ZZ)

For the programmer

The object applyDualLR 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:1162:0.