Library/Algebra/Polynomials/Symmetric polynomials

Symmetric polynomials

Overview
Important

A symmetric polynomial is a polynomial in several variables that does not change when any two of its variables are swapped. For example, if f(x,y)=x2+y2f(x, y) = x^2 + y^2, then f(x,y)=f(y,x)f(x, y) = f(y, x), so it is symmetric. In general, a polynomial P(x1,x2,...,xn)P(x_1, x_2, ..., x_n) is symmetric if swapping any xix_i and xjx_j leaves PP unchanged.

Important properties

  • Symmetric polynomials remain the same under any permutation of their variables.

  • Elementary symmetric polynomials are basic building blocks: for nn variables, these are sums of products of variables taken kk at a time.

  • Any symmetric polynomial can be written as a polynomial in the elementary symmetric polynomials.