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