Iteration

Iteration[function f, number x0, number n]: Iterates function f n times using the given start value x0.            
Example: After defining
f(x) = x^2 the command Iteration[f, 3, 2] gives you the result (32)2 = 81

Related Topics

4.3.3. Number


www.geogebra.org