GreenQpolynomials: Green Q-polynomials

View source: R/GreenPolynomials.R

GreenQpolynomialsR Documentation

Green Q-polynomials

Description

Computes the Green Q-polynomials for a given integer partition.

Usage

GreenQpolynomials(rho)

Arguments

rho

an integer partition

Value

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.

Note

The Green Q-polynomials are the "true" Green polynomials. The Green X-polynomials (GreenXpolynomials) are a variant of the Green Q-polynomials.

See Also

GreenXpolynomials.

Examples

GreenQpolynomials(c(2, 1)) 

stla/jackR documentation built on Sept. 1, 2024, 11:07 a.m.