powered by
Subresultants of two polynomials with rational coefficients.
subresultants(qspray1, qspray2, var = 1)
A list of qspray polynomials.
qspray
two qspray polynomials having at most nine variables
integer indicating with respect to which variable the subresultants will be computed (e.g. 1 for x and 2 for y)
1
x
2
y
library(resultant) x <- qlone(1) y <- qlone(2) p <- x^2 * y * (y^2 - 5*x + 6) q <- x^2 * y * (3*y + 2) subresultants(p, q, var = 1) subresultants(p, q, var = 2)
Run the code above in your browser using DataLab