I am writing a paper in which I come across an expression analagous to;
$$ \prod_{k=0}^{n} (x-r_k) $$
I wanted a nice way of writing down how the $r_n$ relate to the coefficients in the resulting polynomial. These coefficients are the sums of products of the set of all combinations (where the length of the product can be related to the power of the $x$ it sits next to.
As an example, consider $$(x-a)(x-b)(x-c) = -abc + (ab +ac+bc)x - (a+b+c)x^2 +x^3$$
You can see the coefficients could be (stupidly) written as
-(the sum of all combinations of products of length 3) + (the sum of all combinations of products of length 2) - (the sum of all combinations of products of length 1) + 1
I'm looking for a nicer way of writing it.
I'm sure there must be a notation for this, but I'm a Physicist, so I haven't seen it!
Your coefficients are the elementary symmetric polynomials in the roots. Any notation for such polynomials will do, I guess.