Learn R Programming

jack (version 6.1.0)

SkewSchurPol: Skew Schur polynomial

Description

Returns the skew Schur polynomial.

Usage

SkewSchurPol(n, lambda, mu)

Value

A qspray multivariate polynomial, the skew Schur polynomial associated to the skew partition defined by lambda and mu.

Arguments

n

number of variables, a positive integer

lambda, mu

integer partitions defining the skew partition: lambda is the outer partition and mu is the inner partition (so mu must be a subpartition of lambda)

Details

The computation is performed with the help of the Littlewood-Richardson rule (see LRskew).

Examples

Run this code
SkewSchurPol(3, lambda = c(3, 2, 1), mu = c(1, 1))

Run the code above in your browser using DataLab