next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

elementarySymmetric(PolynomialRing) -- elementary symmetric polynomials algebra

Synopsis

Description

i1 : n=5;
i2 : R=QQ[x_1..x_n];
i3 : elementarySymmetric R

o3 = map(S,R,{x , x , x , x , x })
               1   2   3   4   5

o3 : RingMap S <--- R

This function should work up to a size of 15 variables in the base ring

This function is part of the package SymmetricPolynomials.