HallPolynomials {jack} | R Documentation |
Hall polynomials
Description
Hall polynomials for given
integer partitions
and
.
Usage
HallPolynomials(mu, nu)
Arguments
mu , nu |
integer partitions |
Value
A list of lists. Each of these lists has two elements: an integer
partition in the field
lambda
, and a univariate
qspray
polynomial in the field polynomial
, the Hall
polynomial . Every coefficient of a
Hall polynomial is an integer.
Note
This function is slow.
Examples
HallPolynomials(c(2, 1), c(1, 1))
[Package jack version 6.1.0 Index]