How to determine if a polynomial has roots modulo a prime?
I was attempting to find solutions to this polynomial $x^3+x^2-4\equiv 0$ mod($7$)
The only method I currently know to determine solutions is to try every element in the complete residue system. There are none.
However given $x^3+x^2-4\equiv 0$ mod($10007$), ($10007$ is a prime)
I would have no idea how to find roots of this polynomial or if they even exist.