realroot - isolating intervals for real roots of a polynomial
|
Calling Sequence
|
|
realroot(poly, widthgoal)
|
|
Parameters
|
|
poly
|
-
|
univariate polynomial with integer coefficients
|
widthgoal
|
-
|
(optional) maximal size of each isolating interval
|
|
|
|
|
Description
|
|
•
|
The command realroot(poly, widthgoal) returns a list of isolating intervals for all real roots of the univariate polynomial poly. The width of the interval is less than or equal to the optional parameter widthgoal, a positive number. If widthgoal is omitted, the most convenient width is used for each interval returned.
|
•
|
The function realroot uses Descartes' rule of signs (see Loos and Collins in Computer Algebra, B. Buchberger, ed.).
|
|
|
Examples
|
|
>
|
|
| (1) |
|
|
Download Help Document
Was this information helpful?