PSFpoly function

Power sum polynomial

Power sum polynomial

Returns a power sum function as a polynomial.

PSFpoly(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) PSFpoly(3, c(3, 1))
  • Maintainer: Stéphane Laurent
  • License: GPL-3
  • Last published: 2024-07-27