HallPolynomials {jack} | R Documentation |
Hall polynomials
Description
Hall polynomials g^{\lambda}_{\mu,\nu}(t)
for given
integer partitions \mu
and \nu
.
Usage
HallPolynomials(mu, nu)
Arguments
mu , nu |
integer partitions |
Value
A list of lists. Each of these lists has two elements: an integer
partition \lambda
in the field lambda
, and a univariate
qspray
polynomial in the field polynomial
, the Hall
polynomial g^{\lambda}_{\mu,\nu}(t)
. 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]