ZonalQPolR | R Documentation |
Returns the quaternionic (or symplectic) zonal polynomial.
ZonalQPolR(n, lambda, algorithm = "DK", basis = "canonical", exact = TRUE)
n |
number of variables, a positive integer |
lambda |
an integer partition, given as a vector of decreasing integers |
algorithm |
the algorithm used, either |
basis |
the polynomial basis for |
exact |
logical, whether to get rational coefficients |
A mvp
multivariate polynomial (see mvp-package),
or a qspray
multivariate polynomial if
exact = TRUE
and algorithm = "DK"
, or a
character string if basis = "MSF"
.
ZonalQPolR(3, lambda = c(3,1), algorithm = "naive")
ZonalQPolR(3, lambda = c(3,1), algorithm = "DK")
ZonalQPolR(3, lambda = c(3,1), algorithm = "DK", exact = FALSE)
ZonalQPolR(3, lambda = c(3,1), algorithm = "naive", basis = "MSF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.