View source: R/GreenPolynomials.R
GreenXpolynomials | R Documentation |
Computes the Green X-polynomials for a given integer partition.
GreenXpolynomials(rho)
rho |
an integer partition |
The Green X-polynomials, usually denoted by X_\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 X-polynomial X_\rho^\lambda
. This is a
univariate qspray
polynomial whose variable is denoted by
t
, and all its coefficients are some integers.
The names of the list encode the partitions \lambda
.
The Green X-polynomials are a variant of the "true" Green polynomials,
that we called the Green Q-polynomials (GreenQpolynomials
).
GreenQpolynomials
.
GreenXpolynomials(c(2, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.