Difference between revisions of "Root Command"

From GeoGebra Manual
Jump to: navigation, search
Line 5: Line 5:
 
; Root[Function, Number a, Number b]: Yields one root of the function in the interval [''a, b''] (regula falsi).
 
; Root[Function, Number a, Number b]: Yields one root of the function in the interval [''a, b''] (regula falsi).
 
==CAS Syntax==
 
==CAS Syntax==
 +
; Root[Polynomial]: Yields all roots of the polynomial as intersection points of the function graph and the ''x''‐axis.

Revision as of 13:42, 10 August 2011


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 Newton's method.
Root[Function, Number a, Number b]
Yields one root of the function in the interval [a, b] (regula falsi).

CAS Syntax

Root[Polynomial]
Yields all roots of the polynomial as intersection points of the function graph and the x‐axis.
© 2024 International GeoGebra Institute