IterationList Command

From GeoGebra Manual
Revision as of 22:17, 3 November 2009 by K Voss (talk | contribs) (create official page from pdf)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
IterationList[Function, Number x0, Number n]
Gives you a list of length n+1 whose elements are iterations of the function starting with the value x0.
Example: After defining f(x) = x+7 the command IterationList[f,3,4] gives you the list L = {3, 10, 17, 24, 31}.
© 2024 International GeoGebra Institute