View source: R/HLcombinations.R
HLcombinationP | R Documentation |
Returns the expression of a symmetric polynomial as a linear combination of some Hall-Littlewood P-polynomials.
HLcombinationP(Qspray, check = TRUE)
Qspray |
a |
check |
Boolean, whether to check the symmetry |
A list defining the linear combination. Each element of this list
is itself a list, with two elements: coeff
, which is a
ratioOfQsprays
, and the second element of this list is
lambda
, an integer partition; then this list
corresponds to the term coeff * HallLittlewoodPol(n, lambda, "P")
of the linear combination, where n
is the number of variables in
the symmetric polynomial Qspray
.
The output list defining the linear combination is named
by some character strings encoding the partitions lambda
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.