I encountered a polynomial:
$$p_{10}=0.742134 + 32.583720 z + 345.639505 z^2 + 1369.404360 z^3 $$ $$+ 2400.069657 z^4 + 1996.926314 z^5 + 798.801952 z^6 + 147.695904 z^7 $$ $$+ 11.294899 z^8 + 0.274789 z^9 + 0.000907284 z^{10}$$
Numerical solution showed that all the zeros are real and negative:
z = -256.811,
z = -27.684,
z = -9.363,
z = -4.326,
z = -2.267,
z = -1.241,
z = -0.670,
z = -0.334,
z = -0.137,
z = -0.0327.
Is there a method (without using numerical equation solver, and without using Sturm series) to prove that all the zeros of $p_{10}(z)$ are real and negative?
Thanks- mike