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

isSkew -- checks if a Young tableau is skew

Description

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 : isSkew T

o2 = true

Ways to use isSkew:

  • isSkew(YoungTableau)

For the programmer

The object isSkew 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:645:0.