Macaulay2 » Documentation
Packages » Tableaux :: outerShape
next | previous | forward | backward | up | index | toc

outerShape -- the outer shape of a (skew) Young tableau

Description

i1 : T = youngTableau(new Partition from {4,3,1,0}, new Partition from {3,1})

                 ┌───┐
o1 =             │   │
         ┌───┬───┼───┘
         │   │   │    
     ┌───┼───┴───┘    
     │   │            
     └───┘            

o1 : YoungTableau
i2 : outerShape T

o2 = Partition{4, 3, 1, 0}

o2 : Partition

See also

Ways to use outerShape:

  • outerShape(YoungTableau)

For the programmer

The object outerShape is a method function.


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