I am trying to understand the logic behind solving this problem from youtube.
Given the equation:
$p_n-e_1p_{n-1}+\dots+n(-1)^ne_n = 0$
And the Newton-Girard identity:
$ke_k = e_{k-1}p_1-e_{k-2}p_2+\dots+(-1)^{k-1}e_0p_k$
How are these 2 equations related ?
Does it mean $ke_k = 0$ ? That makes no sense, yet looking at the right hand side of both the equations they both look the same.
What is going on? I cant seem to understand.