Learn R Programming

syt (version 0.5.0)

ssytx_withGivenShapeAndWeight: Semistandard Young tableaux with given shape and weight

Description

Enumeration of all semistandard Young tableaux with a given shape and a given weight. The weight of a tableau is the vector whose \(i\)-th element is the number of occurrences of \(i\) in this tableau.

Usage

ssytx_withGivenShapeAndWeight(lambda, weight)

Value

List of all semistandard Young tableaux with shape lambda

and weight weight.

Arguments

lambda

integer partition, the shape

weight

integer vector, the weight

See Also

all_ssytx.

Examples

Run this code
ssytx <- ssytx_withGivenShapeAndWeight(c(4, 1), c(0, 2, 1, 1, 1))
lapply(ssytx, prettyTableau)

Run the code above in your browser using DataLab