SkewJackPol function

Skew Jack polynomial

Skew Jack polynomial

Computes a skew Jack polynomial with a given Jack parameter.

SkewJackPol(n, lambda, mu, alpha, which = "J")

Arguments

  • n: positive integer, the number of variables

  • lambda: outer integer partition of the skew partition

  • mu: inner integer partition of the skew partition; it must be a subpartition of lambda

  • alpha: the Jack parameter, any object coercible to a bigq

    number

  • which: which skew Jack polynomial, "J", "P", "Q"

    or "C"

Returns

A qspray polynomial.

Examples

SkewJackPol(3, c(3,1), c(2), "2")

See Also

SkewJackSymPol.

  • Maintainer: Stéphane Laurent
  • License: GPL-3
  • Last published: 2024-07-29