GeoGebra 3.0 - Chinese (Traditional)

迭代

IterationList[函數 f, 數值 x0, 數值 n]: 會產生長度為n+1 的集合,其中元素為 { x0, f(x0), f(f(x0)), …}           
範例: 定義函數 f(x) = x^2 之後,輸入指令
L = IterationList[f, 3, 2] ,您將得到 L = {3, 32, (32)2} = {3, 9, 27}

Related Topics

4.3.17 序列

www.geogebra.org