View source: R/LittlewoodRichardson.R
SkewSchurPol | R Documentation |
Returns the skew Schur polynomial.
SkewSchurPol(n, lambda, mu)
n |
number of variables, a positive integer |
lambda , mu |
integer partitions defining the skew partition:
|
The computation is performed with the help of the
Littlewood-Richardson rule (see LRskew
).
A qspray
multivariate polynomial, the skew Schur polynomial
associated to the skew partition defined by lambda
and mu
.
SkewSchurPol(3, lambda = c(3, 2, 1), mu = c(1, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.