View source: R/SchurCombination.R
SchurCombination | R Documentation |
Expression of a symmetric polynomial as a linear combination of some Schur polynomials.
SchurCombination(qspray, check = TRUE)
qspray |
a |
check |
Boolean, whether to check the symmetry of |
A list defining the combination. Each element of this list is a
list with two elements: coeff
, a bigq
number, and
lambda
, an integer partition; then this list corresponds to the
term coeff * SchurPol(n, lambda)
, where n
is the number of
variables in the symmetric polynomial.
JackCombination
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.