SkewSchurPol {jack} | R Documentation |
Skew Schur polynomial
Description
Returns the skew Schur polynomial.
Usage
SkewSchurPol(n, lambda, mu)
Arguments
n |
number of variables, a positive integer |
lambda , mu |
integer partitions defining the skew partition:
|
Details
The computation is performed with the help of the
Littlewood-Richardson rule (see LRskew
).
Value
A qspray
multivariate polynomial, the skew Schur polynomial
associated to the skew partition defined by lambda
and mu
.
Examples
SkewSchurPol(3, lambda = c(3, 2, 1), mu = c(1, 1))
[Package jack version 6.1.0 Index]