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

isNonnegative -- check if shapes are nonnegative

Description

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

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

o2 = false

Ways to use isNonnegative:

  • isNonnegative(Partition)
  • isNonnegative(Partition,Partition)
  • isNonnegative(SkewTableau)

For the programmer

The object isNonnegative is a method function.


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