SchurR | R Documentation |
Evaluates a Schur polynomial.
SchurR(x, lambda, algorithm = "DK")
x |
numeric or complex vector or bigq vector |
lambda |
an integer partition, given as a vector of decreasing integers |
algorithm |
the algorithm used, either |
A numeric or complex scalar or a bigq
rational number.
J. Demmel & P. Koev. Accurate and efficient evaluation of Schur and Jack functions. Mathematics of computations, vol. 75, n. 253, 223-229, 2005.
SchurPolR
x <- c(2,3,4)
SchurR(x, c(2,1,1))
prod(x) * sum(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.