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

isWeaklyDecreasing -- check if shapes are weakly decreasing

Description

i1 : isWeaklyDecreasing youngTableau(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(YoungTableau)

For the programmer

The object isWeaklyDecreasing 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:727:0.