If I want to determine if a given polynomial $P$ over a finite field $\mathbb{F}_q$ is separable, what are the possibilities ? I mean :
- What is the general method ? I think it's to compute the GCD of $P$ and $P'$ with the Euclid algorithm, but I'm not sure.
- Is there any situations where tips can get the result faster ?
[Bonus] And for $k = \mathbb{Q}$ ?
Too long for a comment:
Any polynomial is separable over a field of characteristic zero, but be careful: this means that all the roots of the polynomial's irreducible factors are simple.
In case the characteristic is positive, say $\,p\,$ , we have that a polynomial $\,f(x)\,$ is not separable iff there exists another (separable) polynomial $\,g(x)\,$ over the same field s.t. $\,f(x)=g(x^{p^n})\,\,,\,\,n\in\Bbb N$