View source: R/GreenPolynomials.R
| GreenQpolynomials | R Documentation |
Computes the Green Q-polynomials for a given integer partition.
GreenQpolynomials(rho)
rho |
an integer partition |
The Green Q-polynomials, usually denoted by Q_\rho^\lambda,
for all integer partitions \lambda of the same weight as the
given integer partition \rho.
They are returned in a list. Each element of this list is itself a list,
with two elements. The first one, called lambda, represents the
partition \lambda. The second one, called polynomial,
represents the Green Q-polynomial Q_\rho^\lambda. This is a
univariate qspray polynomial whose variable is denoted by
q.
The names of the list encode the partitions \lambda.
The Green Q-polynomials are the "true" Green polynomials.
The Green X-polynomials (GreenXpolynomials) are a
variant of the Green Q-polynomials.
GreenXpolynomials.
GreenQpolynomials(c(2, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.