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

isWeaklyDecreasing -- check if shapes are weakly decreasing

Description

i1 : isWeaklyDecreasing skewTableau(new Partition from {6,6,5,3,1}, new Partition from {2,1,1})

o1 = true
i2 : isWeaklyDecreasing new Partition from {5,3,-1,0}

o2 = false

Ways to use isWeaklyDecreasing:

  • isWeaklyDecreasing(Partition)
  • isWeaklyDecreasing(Partition,Partition)
  • isWeaklyDecreasing(SkewTableau)

For the programmer

The object isWeaklyDecreasing is a method function.


The source of this document is in Tableaux/documentation.m2:1082:0.