I am trying to implement an algorithm for computing Res(f(x),g(x),x) where f(x) and g(x) uni variate polynomials with integer coefficients. Could any one list the various algorithms for computing Res(f(x),g(x),x) along with a brief comparison (e.g. time complexity analysis)? I know that the resultant is the determinant of the Sylvester matrix. But is this the best way for computing it?
Thanks in advance