firstsyt: First tableau of a given shape

View source: R/enumeration.R

firstsytR Documentation

First tableau of a given shape

Description

Returns the "first" standard Young tableau of a given shape.

Usage

firstsyt(lambda)

Arguments

lambda

the shape, an integer partition

Value

A standard Young tableau.

Examples

firstsyt(c(4, 2, 1))

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

Related to firstsyt in syt...