View source: R/HallPolynomials.R
HallPolynomials | R Documentation |
Hall polynomials g^{\lambda}_{\mu,\nu}(t)
for given
integer partitions \mu
and \nu
.
HallPolynomials(mu, nu)
mu , nu |
integer partitions |
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.
This function is slow.
HallPolynomials(c(2, 1), c(1, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.