Learn R Programming

jack (version 3.0.0)

MSFpoly: Monomial symmetric function

Description

Returns a monomial symmetric function as a polynomial.

Usage

MSFpoly(m, lambda)

Value

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

Arguments

m

integer, the number of variables

lambda

an integer partition, given as a vector of decreasing integers

Examples

Run this code
MSFpoly(3, c(3,1))

Run the code above in your browser using DataLab