hVariable -- Complete symmetric functions in a Symmetric ring
Description
For a Symmetric ring R of dimension n, R.hVariable is a function which assigns to each index 1\leq i\leq n the i-th complete symmetric function. If i is outside the given bounds, an error is returned.
i1 : R = symmetricRing(QQ,2,EHPVariables => (x,y,z));
i2 : R.hVariable 2
o2 = y
2
o2 : R
See also
eVariable -- Elementary symmetric functions in a Symmetric ring
pVariable -- Power-sum symmetric functions in a Symmetric ring