Root Command

From GeoGebra Manual
Revision as of 22:24, 9 March 2013 by Zbynek (talk | contribs) (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Jump to: navigation, search



Root[ <Polynomial> ]
Yields all roots of the polynomial as intersection points of the function graph and the x‐axis.
Root[ <Function>, <Number a> ]
Yields one root of the function using the initial value a for a numerical iterative method.
Root[ <Function>, <Number a>, <Number b> ]
Yields one root of the function in the interval [a, b] using a numerical iterative method.

CAS Syntax

Root[ <Polynomial> ]
Yields all roots of the polynomial as intersection points of the function graph and the x‐axis.
Example:
Root[x^3 - 3 * x^2 - 4 * x + 12] yields {x = 3, x = 2, x = -2}.
Note:
In the CAS View, this command is only a special variant of Solve Command.
© 2024 International GeoGebra Institute