반복합성함수

Jmnote (토론 | 기여)님의 2015년 2월 1일 (일) 10:48 판 (→‎개요)

1 개요

iterated function
반복함수, 반복합성함수
  • 같은 함수를 반복하여 합성(적용)하는 것
[math]\displaystyle{ f(x) }[/math]
[math]\displaystyle{ f^2(x)=f( f(x) ) }[/math]
[math]\displaystyle{ f^3(x)=f( f^2(x) ) }[/math]
[math]\displaystyle{ f^4(x)=f( f^3(x) ) }[/math]
[math]\displaystyle{ \vdots }[/math]
[math]\displaystyle{ f^n(x)=f( f^{n-1}(x) ) }[/math]

2 궤도

  • 적당한 대상을 초기값으로서 반복함수를 적용하여 얻는 값들

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}