Learn R Programming

jack (version 6.1.0)

JackSymPol: Jack polynomial with symbolic Jack parameter

Description

Returns the Jack polynomial with a symbolic Jack parameter.

Usage

JackSymPol(n, lambda, which = "J")

Value

A symbolicQspray object.

Arguments

n

number of variables, a positive integer

lambda

an integer partition, given as a vector of decreasing integers

which

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

Examples

Run this code
JackSymPol(3, lambda = c(3, 1))

Run the code above in your browser using DataLab