powered by
Evaluates the Schur polynomial.
Schur(x, lambda)
A bigq number.
bigq
values of the variables, a vector of bigq numbers, or a vector that can be coerced as such (e.g. c("2", "5/3"))
c("2", "5/3")
an integer partition, given as a vector of decreasing integers
Schur(c("1", "3/2", "-2/3"), lambda = c(3, 1))
Run the code above in your browser using DataLab