Learn R Programming

syt (version 0.5.0)

KostkaNumbers: Kostka numbers for all partitions of a given weight

Description

Computes the Kostka numbers for all integer partitions of a given weight.

Usage

KostkaNumbers(n)

Value

An integer matrix, whose row names and column names encode the partitions \(\lambda\) and \(\mu\) and whose entries are the Kostka numbers \(K(\lambda,\mu)\).

Arguments

n

positive integer, the weight of the partitions

See Also

KostkaNumbersWithGivenLambda, KostkaNumbersWithGivenMu, skewKostkaNumbers.

Examples

Run this code
KostkaNumbers(4)

Run the code above in your browser using DataLab