Difference between revisions of "Iteration Command"

From GeoGebra Manual
Jump to: navigation, search
m (format improvement for superscripts)
m (adjusted formatting)
Line 1: Line 1:
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|Iteration Command]]</noinclude>
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|Iteration Command]]</noinclude>
 
; Iteration[Function, Number x0, Number n]: Iterates the function ''n'' times using the given start value ''x0''.
 
; Iteration[Function, Number x0, Number n]: Iterates the function ''n'' times using the given start value ''x0''.
: Example: After defining ''f(x) = x<sup>2</sup>'' the command Iteration[''f, 3, 2''] gives you the result ''(3<sup>2</sup>)<sup>2</sup> = 81''.
+
: Example: After defining ''f(x) = x<sup>2</sup>'' the command ''Iteration[f, 3, 2]'' gives you the result ''(3<sup>2</sup>)<sup>2</sup> = 81''.

Revision as of 05:21, 22 October 2009

Iteration[Function, Number x0, Number n]
Iterates the function n times using the given start value x0.
Example: After defining f(x) = x2 the command Iteration[f, 3, 2] gives you the result (32)2 = 81.
© 2024 International GeoGebra Institute