IterationList Command

From GeoGebra Manual
Revision as of 13:35, 5 August 2015 by Markus.winkler (talk | contribs)
Jump to: navigation, search


IterationList[ <Function>, <Start Value>, <Number of Iterations n> ]
Gives you a list of length n+1 whose elements are iterations of the function starting with the start value.
Example: After defining f(x) = x^2 the command IterationList[f, 3, 2] gives you the list {3, 9, 81}.
Note: See also Iteration_Command.
© 2024 International GeoGebra Institute