Macaulay2 » Documentation
Packages » SchurFunctors :: printWeylModuleElement
next | previous | forward | backward | up | index | toc

printWeylModuleElement -- display a Weyl-module element as a linear combination of tableaux

Description

The Weyl analogue of printSchurModuleElement: prints v as $\sum_T c_T \cdot T$ over Weyl-semistandard WeylFillings $T$ in the cached basis of W.

i1 : W = weylModule({2,1}, QQ^3);
i2 : v = sum(numgens W, i -> (i+1) * W_i);

       8
o2 : QQ
i3 : printWeylModuleElement(v, W)
  +-+-+   +-+-+   +-+-+   +-+-+   +-+-+   +-+-+   +-+-+   +-+-+
1*|0|0| 2*|0|0| 3*|0|1| 4*|0|1| 5*|1|1| 6*|0|2| 7*|0|2| 8*|1|2| 
  |1| |   |2| |   |1| |   |2| |   |2| |   |1| |   |2| |   |2| |
  +-+-+   +-+-+   +-+-+   +-+-+   +-+-+   +-+-+   +-+-+   +-+-+

See also

Ways to use printWeylModuleElement:

  • printWeylModuleElement(Vector,Module)

For the programmer

The object printWeylModuleElement is a method function.


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