I need to find the roots of $z^4+z^3+z^2+z+1$. One approach I have is to guess the first linear solution, then use polynomial long division to find a 3rd degree polynomial, guess another from that, long division again, then use the quadratic formula to solve the quadratic.
I think this will work but seems a bit work-heavy. Is there a simpler way?