Let's say you have an nth-degree polynomial f(t).
f(t) = 1-dt+nt^2-mt^3+pt^4-mt^5+nt^6-dt^6+t^7
Is there a regular formula to find the roots of the equation in terms of its coefficients? (e.g. for an equation of degree 2, f(t) = 1-dt+t^2, t = d+- ((root) d^2 -4)/2) In doing so, we also want to restrict the roots to ones that are less than or equal to 1.
Thoughts? Or am I going to have to go through case by case and check every root? 🙁
f(t) = 1-dt+nt^2-mt^3+pt^4-mt^5+nt^6-dt^6+t^7
Is there a regular formula to find the roots of the equation in terms of its coefficients? (e.g. for an equation of degree 2, f(t) = 1-dt+t^2, t = d+- ((root) d^2 -4)/2) In doing so, we also want to restrict the roots to ones that are less than or equal to 1.
Thoughts? Or am I going to have to go through case by case and check every root? 🙁