MSFpoly {qspray} | R Documentation |
Monomial symmetric function
Description
Returns a monomial symmetric function as a polynomial.
Usage
MSFpoly(m, lambda)
Arguments
m |
integer, the number of variables |
lambda |
an integer partition, given as a vector of decreasing positive integers |
Value
A qspray
object.
Examples
library(qspray)
MSFpoly(3, c(3, 1))
[Package qspray version 3.1.0 Index]