powered by
Generates all semistandard Young tableaux of a given shape and filled with integers between 1 and a given n.
1
n
all_ssytx(lambda, n)
List of all semistandard Young tableaux with shape lambda
lambda
and filled with integers between 1 and n.
an integer partition, the shape
an integer, the maximum value of the entries (the minimum value is 1)
ssytx_withGivenShapeAndWeight.
ssytx_withGivenShapeAndWeight
ssytx <- all_ssytx(c(2, 1), 3) lapply(ssytx, prettyTableau)
Run the code above in your browser using DataLab