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

Online Help

RootFinding

  

HasRealRoots

  

check for real roots

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

HasRealRoots(sys)

HasRealRoots(sys, vars)

Parameters

sys

-

list or set of polynomial equations with rational coefficients

vars

-

list of names; the indeterminates

Description

• 

The function HasRealRoots tests if the system of equations defined in sys has real roots.

• 

It returns a boolean,  if sys has real zeroes and  otherwise.

• 

The equations in sys must be polynomial with rational coefficients. Any polynomial  appearing in sys is interpreted as the equation .

• 

When the list of names vars is provided, it must contain all the indeterminates appearing in sys. The order in the list is used for internal computations.

Examples

(1)

(2)

(3)

(4)

See Also

Isolate

RootFinding

WitnessPoints

 


Download Help Document