Learn R Programming

jack (version 6.0.0)

SchurPol: Schur polynomial - C++ implementation

Description

Returns the Schur polynomial.

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