powered by
Evaluates a Schur polynomial.
SchurR(x, lambda, algorithm = "DK")
A numeric or complex scalar or a bigq rational number.
bigq
numeric or complex vector or bigq vector
an integer partition, given as a vector of decreasing integers
the algorithm used, either "DK" (Demmel-Koev) or "naive"
"DK"
"naive"
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)
Run the code above in your browser using DataLab