Learn R Programming

syt (version 0.5.0)

all_ssytx: Enumeration of semistandard Young tableaux

Description

Generates all semistandard Young tableaux of a given shape and filled with integers between 1 and a given n.

Usage

all_ssytx(lambda, n)

Value

List of all semistandard Young tableaux with shape lambda

and filled with integers between 1 and n.

Arguments

lambda

an integer partition, the shape

n

an integer, the maximum value of the entries (the minimum value is 1)

See Also

ssytx_withGivenShapeAndWeight.

Examples

Run this code
ssytx <- all_ssytx(c(2, 1), 3)
lapply(ssytx, prettyTableau)

Run the code above in your browser using DataLab