efstruc.spad line 1 [edit on github]
Computes all the symmetric functions in n
variables.
symFunc(r, n)
returns the vector of the elementary symmetric functions in [r, r, ..., r]
n
times.
symFunc([r1, ..., rn])
returns the vector of the elementary symmetric functions in the
: ri
's[r1 + ... + rn, r1 r2 + ... + r(n-1) rn, ..., r1 r2 ... rn]
.