count_sytx: Number of standard Young tableaux

View source: R/hooks.R

count_sytxR Documentation

Number of standard Young tableaux

Description

Number of standard Young tableaux of a given shape.

Usage

count_sytx(lambda)

Arguments

lambda

an integer partition, the shape

Value

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

See Also

all_sytx.

Examples

count_sytx(c(5, 4, 1))
length(all_sytx(c(5, 4, 1)))

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

Related to count_sytx in syt...