"단조함수, 단조증가, 단조감소"의 두 판 사이의 차이

3번째 줄: 3번째 줄:


;monotonically increasing; increasing, non-decreasing
;monotonically increasing; increasing, non-decreasing
;단조증가
;단조증가, 단조증가함수, 증가함수


;strictly increasing
;strictly increasing
9번째 줄: 9번째 줄:


;monotonically decreasing; decreasing, non-increasing
;monotonically decreasing; decreasing, non-increasing
;단조감소
;단조감소, 단조감소함수, 감소함수


;strictly decreasing
;strictly decreasing

2014년 11월 26일 (수) 23:27 판

monotonic function, monotone function
단조함수
monotonically increasing; increasing, non-decreasing
단조증가, 단조증가함수, 증가함수
strictly increasing
강단조증가
monotonically decreasing; decreasing, non-increasing
단조감소, 단조감소함수, 감소함수
strictly decreasing
강단조감소

1 단조함수

  • 함수의 진행 방향이 항상 일정한 함수
  • 단조증가함수 또는 단조감소함수

2 단조증가, 강단조증가

  • 항상 증가함
  • (단조증가) 정의역 원소 a, b가 [math]\displaystyle{ a<b }[/math]일 때 [math]\displaystyle{ f(a)≤f(b) }[/math]가 성립하는 함수
  • (강단조증가) 정의역 원소 a, b가 [math]\displaystyle{ a<b }[/math]일 때 [math]\displaystyle{ f(a) \lt f(b) }[/math]가 성립하는 함수

 

3 단조감소, 강단조감소

  • 항상 감소함
  • (단조감소) 정의역 원소 a, b가 [math]\displaystyle{ a<b }[/math]일 때 [math]\displaystyle{ f(a)≥f(b) }[/math]가 성립하는 함수
  • (강단조감소) 정의역 원소 a, b가 [math]\displaystyle{ a<b }[/math]일 때 [math]\displaystyle{ f(a) \gt f(b) }[/math]가 성립하는 함수

 

4 참고 자료

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