ZonalQPol | R Documentation |
Returns a quaternionic zonal polynomial. The quaternionic
zonal polynomials are the Jack C
-polynomials with Jack
parameter \alpha=1/Z
.
ZonalQPol(n, lambda)
n |
number of variables, a positive integer |
lambda |
an integer partition, given as a vector of decreasing integers |
A qspray
multivariate polynomial.
( zonalQ <- ZonalQPol(3, lambda = c(3, 1)) )
zonalQ == JackPol(3, lambda = c(3, 1), alpha = "1/2", which = "C")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.