View source: R/symmetricPolynomials.R
ESFpoly | R Documentation |
Returns an elementary symmetric function as a polynomial.
ESFpoly(m, lambda)
m |
integer, the number of variables |
lambda |
an integer partition, given as a vector of decreasing positive integers |
A qspray
object.
library(qspray)
ESFpoly(3, c(3, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.