(SOLVED) Testing a system of polynomials for roots over
(Alex Ozdemir)
See solution: Algorithm for testing a system of polynomials for roots over ,
Given -variate polynomials of degree at most , with coefficients in , is there an algorithm for determining whether have any common roots in in time polynomial in ? The algorithm’s runtime dependence on , , and is not important. Note that exhaustive search takes at least time.
Follow-up: Is there an algorithm that runs in polynomial time in , , , and ?