반복 명령

GeoGebra Manual
Mathcare (토론 | 기여)님의 2020년 6월 28일 (일) 20:44 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Iteration( <Function>, <Start Value>, <Number of Iterations> )
Iterates the function n times (n = number of iterations) using the given start value.
예:
  • After defining f(x) = x^2 the command Iteration(f, 3, 2) gives you the result (32)2 = 81.
  • Repeated addition: To obtain the repeated addition of 7 to the number 3, define g(x) = x + 7, then Iteration(g, 3, 4) yields (((3+7) +7) +7) +7 = 31.
Iteration( <Expression>, <Variable Name>, ..., <Start Values>, <Number of Iterations> )
Iterates the expression n times (n = number of iterations) using the given start value. The result is then the last element of the output of IterationList Command, with the same parameters.
예: :Iteration(a^2+1,a,{(1+ί)/(sqrt(2))},5) will do a repeated iteration on a complex number
노트: See IterationList Command for further details.
© 2024 International GeoGebra Institute