MSF | R Documentation |
Evaluates a monomial symmetric function.
MSF(x, lambda)
x |
a numeric vector or a |
lambda |
an integer partition, given as a vector of decreasing integers |
A number if x
is numeric, a bigq
rational number
if x
is a bigq
vector.
x <- c(1, 2, 5/2)
lambda <- c(3, 1)
MSF(x, lambda)
library(gmp)
x <- c(as.bigq(1), as.bigq(2), as.bigq(5,2))
MSF(x, lambda)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.