Learn R Programming

syt (version 0.5.0)

count_sytx: Number of standard Young tableaux

Description

Number of standard Young tableaux of a given shape.

Usage

count_sytx(lambda)

Value

An integer, the number of standard Young tableaux of shape lambda.

Arguments

lambda

an integer partition, the shape

See Also

all_sytx.

Examples

Run this code
count_sytx(c(5, 4, 1))
length(all_sytx(c(5, 4, 1)))

Run the code above in your browser using DataLab