powered by
Returns the skew Schur polynomial.
SkewSchurPol(n, lambda, mu)
A qspray multivariate polynomial, the skew Schur polynomial associated to the skew partition defined by lambda and mu.
qspray
lambda
mu
number of variables, a positive integer
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)
The computation is performed with the help of the Littlewood-Richardson rule (see LRskew).
LRskew
SkewSchurPol(3, lambda = c(3, 2, 1), mu = c(1, 1))
Run the code above in your browser using DataLab