Is there a way to find resultant of two polynomials whose coefficients are not numbers. For example, a0x3+a1x2y+a2xy2+a3x2z+a4xz2+a5y3+a6y2z+a7yz2+a8z3+a9xyz and a0x2+a1xy+a2xz+a3yz+a4y2+a5z2. I am getting the error "RuntimeError: resultant(): arguments must be polynomials". Thanks