factorialSchurPol function

Factorial Schur polynomial

Factorial Schur polynomial

Computes a factorial Schur polynomial.

factorialSchurPol(n, lambda, a)

Arguments

  • n: number of variables
  • lambda: integer partition
  • a: vector of bigq numbers, or vector of elements coercible to bigq numbers; this vector corresponds to the sequence denoted by aa in the reference paper, section 6th Variation (in this paper aa is a doubly infinite sequence, but in the case of a non-skew partition, the non-positive indices of this sequence are not involved); the length of this vector must be large enough (an error will be thrown if it is too small) but it is not easy to know the minimal possible length

Returns

A qspray polynomial.

Examples

# for a=c(0, 0, ...), the factorial Schur polynomial is the Schur polynomial n <- 3 lambda <- c(2, 2, 2) a <- c(0, 0, 0, 0) factorialSchurPoly <- factorialSchurPol(n, lambda, a) schurPoly <- SchurPol(n, lambda) factorialSchurPoly == schurPoly # should be TRUE

References

I.G. Macdonald. Schur functions: theme and variations. Publ. IRMA Strasbourg, 1992.

  • Maintainer: Stéphane Laurent
  • License: GPL-3
  • Last published: 2024-07-29

Downloads (last 30 days):