Learn R Programming

jack (version 6.1.0)

SchurR: Evaluation of Schur polynomials

Description

Evaluates a Schur polynomial.

Usage

SchurR(x, lambda, algorithm = "DK")

Value

A numeric or complex scalar or a bigq rational number.

Arguments

x

numeric or complex vector or bigq vector

lambda

an integer partition, given as a vector of decreasing integers

algorithm

the algorithm used, either "DK" (Demmel-Koev) or "naive"

References

J. Demmel & P. Koev. Accurate and efficient evaluation of Schur and Jack functions. Mathematics of computations, vol. 75, n. 253, 223-229, 2005.

See Also

SchurPolR

Examples

Run this code
x <- c(2,3,4)
SchurR(x, c(2,1,1))
prod(x) * sum(x)

Run the code above in your browser using DataLab