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

displayLRImage -- pretty-print the result of applyLR

Description

i1 : shapes = ({2,1}, {1}, {1,1});
i2 : Q = (lrTableaux shapes)#0;
i3 : T = (standardTableaux(3, {2,1}))#0;
i4 : img = applyLR(shapes, Q, T, 3);
i5 : displayLRImage img

o5 =   +  3 . [1 ] ⊗ [1 ]
               2 

See also

Ways to use displayLRImage:

  • displayLRImage(List)

For the programmer

The object displayLRImage is a method function.


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