View source: R/SkewHallLittlewood.R
| SkewHallLittlewoodPol | R Documentation | 
Returns the skew Hall-Littlewood polynomial associated to the given skew partition.
SkewHallLittlewoodPol(n, lambda, mu, which = "P")
n | 
 number of variables, a positive integer  | 
lambda, mu | 
 integer partitions defining the skew partition:
  | 
which | 
 which skew Hall-Littlewood polynomial,   | 
A symbolicQspray multivariate polynomial, the skew
Hall-Littlewood polynomial associated to the skew partition defined by
lambda and mu. It has a single parameter usually denoted
by t and its coefficients are polynomial in this parameter.
When substituting t with 0 in the skew Hall-Littlewood
P-polynomials, one obtains the skew Schur polynomials.
n <- 3; lambda <- c(3, 2, 1); mu <- c(1, 1)
skewHLpoly <- SkewHallLittlewoodPol(n, lambda, mu)
skewSchurPoly <- SkewSchurPol(n, lambda, mu)
substituteParameters(skewHLpoly, 0) == skewSchurPoly # should be TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.