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

isSemistandard -- checks if a Young tableau is semistandard

Description

A semistandard Young tableau (SSYT) has entries in $\N=\{1,2,3,\ldots\}$ where the rows are weakly increasing, and columns are strictly increasing. Here, we also require $\lambda$ and $\mu$ to have nonnegative parts.

i1 : T = youngTableau(new Partition from {5,3,2}, new Partition from {3,1}, {1,3,2,2,2,3})

                 ┌───┬───┐
o1 =             │ 1 │ 3 │
         ┌───┬───┼───┴───┘
         │ 2 │ 2 │        
     ┌───┼───┼───┘        
     │ 2 │ 3 │            
     └───┴───┘            

o1 : YoungTableau
i2 : isSemistandard T

o2 = true

See also

Ways to use isSemistandard:

  • isSemistandard(YoungTableau)

For the programmer

The object isSemistandard 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:625:0.