ESFpoly function

Elementary symmetric polynomial

Elementary symmetric polynomial

Returns an elementary symmetric function as a polynomial.

ESFpoly(m, lambda)

Arguments

  • m: integer, the number of variables
  • lambda: an integer partition, given as a vector of decreasing positive integers

Returns

A qspray object.

Examples

library(qspray) ESFpoly(3, c(3, 1))
  • Maintainer: Stéphane Laurent
  • License: GPL-3
  • Last published: 2024-07-27