DiscriminantSequence - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


RegularChains[ParametricSystemTools]

  

DiscriminantSequence

  

Compute the discriminant sequence of a polynomial

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

DiscriminantSequence(p, v, R)

DiscriminantSequence(p, q, v, R)

Parameters

R

-

polynomial ring

p

-

polynomial of R

q

-

polynomial of R

v

-

variable of R

Description

• 

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.

Examples

withRegularChains&colon;

withParametricSystemTools&colon;

RPolynomialRingx&comma;y&comma;t

Rpolynomial_ring

(1)

px2+tx+y

ptx+x2+y

(2)

qyx2+ty

qyx2+ty

(3)

lp1DiscriminantSequencep&comma;x&comma;R

lp11&comma;t24y

(4)

lp2DiscriminantSequencep&comma;q&comma;x&comma;R

lp21&comma;y&comma;t2y22ty2+2y3&comma;t5y3+t4y36t3y4+t2y54t2y4+8ty54y6

(5)

References

  

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