Learn R Programming

jack (version 6.1.0)

MacdonaldPol: Macdonald polynomial

Description

Returns the Macdonald polynomial associated to the given integer partition.

Usage

MacdonaldPol(n, lambda, which = "P")

Value

A symbolicQspray multivariate polynomial, the Macdonald polynomial associated to the integer partition

lambda. It has two parameters usually denoted by \(q\)

and \(t\). Substituting \(q\) with \(0\) yields the Hall-Littlewood polynomials.

Arguments

n

number of variables, a positive integer

lambda

integer partition

which

which Macdonald polynomial, "P", "Q", or "J"