Given a bivariate homogeneous polynomial p(x,y), how can we verify if all the roots (even complex roots) are distincts, or if there is some multiple roots ?
Is there a way to do it without computing all the roots, or without the factorized form of the polynomial ?
Thanks in advance.