count_ssytx: Number of semistandard Young tableaux

View source: R/ssyt.R

count_ssytxR Documentation

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)

Arguments

lambda

an integer partition, the shape

n

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

Value

The number of semistandard Young tableaux with shape lambda and filled with integers between 1 and n.

See Also

KostkaNumber.

Examples

count_ssytx(c(4, 3, 3, 2), 5)

syt documentation built on Sept. 11, 2024, 5:28 p.m.

Related to count_ssytx in syt...