public abstract static class UnivariateResultants.PolynomialRemainderSequence<E> extends UnivariateResultants.APolynomialRemainderSequence<UnivariatePolynomial<E>>
qout, rem and coefficients alpha, beta are computed so
that alpha_i r_(i - 2) = quot_(i - 1) * r_(i - 1) + beta_i * r_i where {r_i} is PRS.| Modifier and Type | Field and Description |
|---|---|
List<E> |
alphas
alpha coefficients
|
List<E> |
betas
beta coefficients
|
a, b, quotients, remainders| Modifier and Type | Method and Description |
|---|---|
List<E> |
getSubresultants()
Gives a list of scalar subresultant where i-th list element is i-th subresultant.
|
E |
resultant()
Resultant of initial polynomials
|
gcd, lastRemainder, sizeCopyright © 2022. All rights reserved.