This is a follow up question to this:
In general, how does one solve a quartic equation over a finite field?
The Question:
What is the formula for $x$ in $\Bbb F_q$ when $$f(x)=ax^4+bx^3+cx^2+dx+e=0,$$ where $f\in \Bbb F_q[x]$?
Bonus points go to whoever provides a reference too.
Thoughts:
I guess there'll be different formulae for whether $\operatorname{char}(\Bbb F_q)=p$ is odd or even.
I reckon this is close to cryptographic stuff, so it could be that there's no solution publicly available. (I don't know how to justify this feeling.)
Context:
In my research, I have a quartic equation over a finite field, that is pretty much as general as it gets.
I want:
- to see whether it always has a solution in $\Bbb F_q$,
- and if it doesn't, to understand why and for what values of $q$ and the coefficients it fails.
I cannot share much more than that!