Difference between revisions of "IterationList Command"

From GeoGebra Manual
Jump to: navigation, search
(create official page from pdf)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
; 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''.
+
{{command|function}}
: Example: After defining <tt>f(x) = x+7</tt> the command <tt>IterationList[f,3,4]</tt> gives you the list ''L = {3, 10, 17, 24, 31}''.
+
; 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| 1=After defining <code>f(x) = x^2</code> the command <code>IterationList[f, 3, 2]</code> gives you the list ''{3, 9, 81}''.}}
 +
{{Note|1=See also [[Iteration_Command]].}}

Revision as of 08:54, 5 September 2013



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