RegularChains[ParametricSystemTools]
DiscriminantSequence
Compute the discriminant sequence of a polynomial
Calling Sequence
Parameters
Description
Examples
References
DiscriminantSequence(p, v, R)
DiscriminantSequence(p, q, v, R)
R
-
polynomial ring
p
polynomial of R
q
v
variable of R
When input is only one polynomial p, the result of this function call is the list of polynomials in R which is the discriminant sequence of p regarded as a univariate polynomial in v; otherwise the discriminant sequence of p and q.
For a univariate polynomial p of degree n, its discriminant sequence is a list of n polynomials in the coefficients of p. The signs of these polynomials determine the number of distinct complex (real) zeros of p. The discriminant sequence of two polynomials p and q, together with the discriminant sequence of p, can help determining the number of distinct real roots of p=0 such that q>0 or q<0. For the details, please see the reference listed below.
withRegularChains:
withParametricSystemTools:
R≔PolynomialRingx,y,t
R≔polynomial_ring
p≔x2+tx+y
p≔tx+x2+y
q≔yx2+ty
lp1≔DiscriminantSequencep,x,R
lp1≔1,t2−4y
lp2≔DiscriminantSequencep,q,x,R
lp2≔1,y,−t2y2−2ty2+2y3,t5y3+t4y3−6t3y4+t2y5−4t2y4+8ty5−4y6
Yang, L., "Recent advances in determining the number of real roots of parametric polynomials", J. Symb. Compt. vol. 28, pp. 225--242, 1999.
See Also
BorderPolynomial
ComplexRootClassification
RealRootClassification
RegularChains
Download Help Document