"합성함수"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(다른 사용자 한 명의 중간 판 7개는 보이지 않습니다)
9번째 줄: 9번째 줄:
:<math>y=f(x)</math>
:<math>y=f(x)</math>
:<math>z=g(y)</math>
:<math>z=g(y)</math>
:<math>z=g(f(x))=(f \circ g)(x)</math>
:<math>z=(g \circ f)(x)=g(f(x))</math>
 
==성질==
*교환법칙 성립하지 않음
:<math>g \circ f \neq f \circ g</math>
 
*결합법칙 성립함
:<math>( f \circ g ) \circ h = f \circ ( g \circ h )</math>


==같이 보기==
==같이 보기==
*[[합성함수의 미분]]
*[[합성함수의 미분]]
*[[합성함수의 역함수]]
*[[반복합성함수]]
*[[합성]]
*[[함수]]


==참고 자료==
==참고==
*http://en.wikipedia.org/wiki/Function_composition
*http://en.wikipedia.org/wiki/Function_composition
*http://terms.naver.com/entry.nhn?cid=3428&docId=945466&categoryId=3428
*http://terms.naver.com/entry.nhn?cid=3428&docId=945466&categoryId=3428
[[분류: 함수]]
[[분류: 함수]]

2017년 7월 23일 (일) 04:24 기준 최신판

1 개요[ | ]

function composition; composition
합성함수, 함수 합성
  • 두 개 이상의 함수를 합성한 함수
  • 하나의 함수의 치역이 다른 함수의 정의역이 됨

 

[math]\displaystyle{ y=f(x) }[/math]
[math]\displaystyle{ z=g(y) }[/math]
[math]\displaystyle{ z=(g \circ f)(x)=g(f(x)) }[/math]

2 성질[ | ]

  • 교환법칙 성립하지 않음
[math]\displaystyle{ g \circ f \neq f \circ g }[/math]
  • 결합법칙 성립함
[math]\displaystyle{ ( f \circ g ) \circ h = f \circ ( g \circ h ) }[/math]

3 같이 보기[ | ]

4 참고[ | ]

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