Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


syt (version 0.5.0)

isSSYT: Checks whether a tableau is semistandard

Description

Checks whether a tableau is a semistandard Young tableau.

Usage

isSSYT(tableau)

Value

A Boolean value.

Arguments

tableau

a tableau

Examples

Run this code
tbl <- list(c(1, 2, 6), c(5, 5), 7)
isSSYT(tbl)

Run the code above in your browser using DataLab