View source: R/flaggedSchurPol.R
flaggedSchurPol | R Documentation |
Computes a flagged Schur polynomial (which is not symmetric in general). See Chains in the Bruhat order for the definition.
flaggedSchurPol(lambda, a, b)
lambda |
integer partition |
a , b |
lower bounds and upper bounds, weakly increasing vectors of
integers; |
A qspray
polynomial.
lambda <- c(3, 2, 2)
n <- 3
a <- c(1, 1, 1); b <- c(n, n, n)
flaggedPoly <- flaggedSchurPol(lambda, a, b)
poly <- SchurPol(n, lambda)
flaggedPoly == poly # should be TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.