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

applyPieri -- apply pieri to a single source tableau T_mu

Description

Convenience point-evaluator for pieri: applies the inclusion map to a single source basis vector T and returns its image as a sparse representation. Non-standard inputs are straightened first.
i1 : P = QQ[a,b,c];
i2 : T = (standardTableaux(3, {3,2,1}))#0;
i3 : applyPieri(({3,2,1}, {1}), T, P)

o3 = {{3a, {{0, 0}, {1, 1}, {2}}}}

o3 : List

See also

Ways to use applyPieri:

  • applyPieri(Sequence,BasicList,PolynomialRing)

For the programmer

The object applyPieri 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:1287:0.