Learn R Programming

jack (version 2.0.0)

MSFpoly: 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 integers

Value

A polynomial (mvp object; see mvp-package).

Examples

Run this code
# NOT RUN {
MSFpoly(3, c(3,1))
# }

Run the code above in your browser using DataLab