Learn R Programming

jack (version 6.1.0)

ZonalQ: Evaluation of zonal quaternionic polynomial - C++ implementation

Description

Evaluates a zonal quaternionic polynomial. The quaternionic zonal polynomials are the Jack \(C\)-polynomials with Jack parameter \(\alpha=1/Z\).

Usage

ZonalQ(x, lambda)

Value

A bigq number.

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

Examples

Run this code
ZonalQ(c("1", "3/2", "-2/3"), lambda = c(3, 1))

Run the code above in your browser using DataLab