Learn R Programming

jack (version 6.1.0)

SkewJackSymPol: Skew Jack polynomial with symbolic Jack parameter

Description

Computes a skew Jack polynomial with a symbolic Jack parameter.

Usage

SkewJackSymPol(n, lambda, mu, which = "J")

Value

A symbolicQspray polynomial.

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

which

which skew Jack polynomial, "J", "P", "Q" or "C"

Examples

Run this code
SkewJackSymPol(3, c(3,1), c(2))

Run the code above in your browser using DataLab