Learn R Programming

jack (version 6.1.0)

SchurPol: Schur polynomial - C++ implementation

Description

Returns a Schur polynomial. The Schur polynomials are the Jack \(P\)-polynomials with Jack parameter \(\alpha=1\).

Usage

SchurPol(n, lambda)

Value

A qspray multivariate polynomial.

Arguments

n

number of variables, a positive integer

lambda

an integer partition, given as a vector of decreasing integers

Examples

Run this code
( schur <- SchurPol(3, lambda = c(3, 1)) )
schur == JackPol(3, lambda = c(3, 1), alpha = "1", which = "P")

Run the code above in your browser using DataLab