Schur {jack}R Documentation

Evaluation of Schur polynomial - C++ implementation

Description

Evaluates the Schur polynomial.

Usage

Schur(x, lambda)

Arguments

x

values of the variables, a vector of bigq numbers, or a vector that can be coerced as such (e.g. c("2", "5/3"))

lambda

an integer partition, given as a vector of decreasing integers

Value

A bigq number.

Examples

Schur(c("1", "3/2", "-2/3"), lambda = c(3, 1))

[Package jack version 6.0.0 Index]