Difference between revisions of "Root Command"

From GeoGebra Manual
Jump to: navigation, search
(added v.4)
Line 4: Line 4:
 
; Root[Function, Number a]: Yields one root of the function using the initial value ''a'' for Newton's method.
 
; 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).
 
; Root[Function, Number a, Number b]: Yields one root of the function in the interval [''a, b''] (regula falsi).
 +
==CAS Syntax==

Revision as of 14:09, 3 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

© 2024 International GeoGebra Institute