SymmetricFunctions RΒΆ
efstruc.spad line 1 [edit on github]
R: Ring
Computes all the symmetric functions in n
variables.
- symFunc: (R, PositiveInteger) -> Vector R
symFunc(r, n)
returns the vector of the elementary symmetric functions in[r, r, ..., r]
n
times.