Learn R Programming

syt (version 0.5.0)

count_ssytx: Number of semistandard Young tableaux

Description

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

Usage

count_ssytx(lambda, n)

Value

The number of 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

KostkaNumber.

Examples

Run this code
count_ssytx(c(4, 3, 3, 2), 5)

Run the code above in your browser using DataLab