KostkaJackNumbersWithGivenLambda {jack}R Documentation

Kostka-Jack numbers with a given partition λ\lambda

Description

Kostka numbers with Jack parameter, or Kostka-Jack numbers Kλ,μ(α)K_{\lambda,\mu}(\alpha) for a given Jack parameter α\alpha and a given integer partition λ\lambda.

Usage

KostkaJackNumbersWithGivenLambda(lambda, alpha, output = "vector")

Arguments

lambda

integer partition

alpha

the Jack parameter, a bigq number or anything coercible to a bigq number

output

the format of the output, either "vector" or "list"

Details

The Kostka-Jack number Kλ,μ(α)K_{\lambda,\mu}(\alpha) is the coefficient of the monomial symmetric polynomial mμm_\mu in the expression of the PP-Jack polynomial Pλ(α)P_\lambda(\alpha) as a linear combination of monomial symmetric polynomials. For α=1\alpha=1 it is the ordinary Kostka number.

Value

If output="vector", this function returns a named vector. This vector is made of the non-zero (i.e. positive) Kostka-Jack numbers Kλ,μ(α)K_{\lambda,\mu}(\alpha) given as character strings and its names encode the partitions μ\mu. If ouput="list", this function returns a list of lists. Each of these lists has two elements. The first one is named mu and is an integer partition, and the second one is named value and is a bigq rational number, the Kostka-Jack number Kλ,μ(α)K_{\lambda,\mu}(\alpha).

See Also

KostkaJackNumbers, symbolicKostkaJackNumbersWithGivenLambda.

Examples

KostkaJackNumbersWithGivenLambda(c(3, 2), alpha = "2")

[Package jack version 6.1.0 Index]