powered by
Sturm-Habicht sequence of a polynomial with rational coefficients.
SturmHabicht(qspray, var = 1)
A list of qspray polynomials, the Sturm-Habicht sequence of
qspray
qspray, starting with the 0-th Sturm-Habicht polynomial.
0
a qspray polynomial having at most nine variables
index of the variable with respect to which the Sturm-Habicht sequence will be computed
library(resultant) x <- qlone(1) y <- qlone(2) SturmHabicht(x^3*y^2 + 2*x*y + 1)
Run the code above in your browser using DataLab