MSFpoly function

Monomial symmetric function

Monomial symmetric function

Returns a monomial symmetric function as a polynomial.

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