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

innerShape -- the inner shape of a (skew) Young tableau

Description

If the tableau has (non-skew) shape $\lambda$, then this returns the empty partition.

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

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

o1 : YoungTableau
i2 : innerShape T

o2 = Partition{3, 1}

o2 : Partition

See also

Ways to use innerShape:

  • innerShape(YoungTableau)

For the programmer

The object innerShape 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:572:0.