RootFinding
HasRealRoots
check for real roots
Calling Sequence
Parameters
Description
Examples
HasRealRoots(sys)
HasRealRoots(sys, vars)
sys
-
list or set of polynomial equations with rational coefficients
vars
list of names; the indeterminates
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.
See Also
Isolate
WitnessPoints
Download Help Document