Processing math: 100%
[Math] 예제: Domain, Codomain, Image, Range, Preimage, Coimage
·
.../Math
예제함수 f(x)=x2, domain X=[2,2] 를 예제로 하여 domain, codomain, image, range, preimage, coimage 를 구해봄.Domain (정의역): X=[2,2]입력값의 범위: 2x2Codomain (공역): Y=R (실수 전체)가능한 모든 출력값의 집합Image (상): {y|y=x2,x[2,2]}실제 출력값의 범위최솟값: x=0일 때, f(0)=0최댓값: x=±2일 때, f(±2)=4따라서 image=[0,4]Range (치역): [0,4]image와 동일.image들의 집합을 가리키는..
[Math] Intermediate Value Theorem, Mean Value Theorem and Rolle’s Theorem
·
.../Math
중간값의 정리(Intermediate Value Theorem, IVT) 와 평균값의 정리(Mean Value Theorem, MVT) 는미적분학에서 중요한 정리들이며, 서로 유사하게 보이지만 다른 정리임. 중간값의 정리 (Intermediate Value Theorem, IVT)중간값의 정리는 function의 continuity (연속성)에 대한 Theorem. function f(x)[a,b]에서 continuous이고 f(a)f(b)이면, f(a)f(b) 사이의 어떤 값 m (=intermediate value)에 대해 f(c)=mc(a,b)에서 적어도 하나 이상 존재.  비슷한 것으로 Extreme Value Theorem (최대-최소의 정..
[Math] Inverse Function: Inverse vs. Reciprocal
·
.../Math
수학 용어에서 "reciprocal"과 "inverse"는 다른 뜻을 가지므로 주의해서 사용해야 함. inverse는 역원 이고 identity는 항등원 임.reciprocal은 역수로 특정 숫자와 그에 대한 reciprocal을 곱하면 1이 나옴Inverse vs. Reciprocal: 쉽게 살펴본 역함수"reciprocal"은 "역수"로 특정 수나 expression에 대해 역수를 취하는 것을 의미함. cosecant 함수가 sin함수의 reciprocal이라고 할 수 있음.x1x 하지만, "inverse"는 "역함수"로서 "inverse function"이라고 풀어 쓸 수 있고,function의 효과를 뒤집는 function을 의미한다.$$y=..
[Math] Trigonometric Functions
·
.../Math
Trigonometric functions 는 angle의 크기에 따라 변하는 functions로 삼각형의 변들 사이의 ratio 를 나타냄. Transcendental functions 의 대표적인 예임.sin과 cos은 주기신호나 wave등을 나타내는데 사용되는 기본적인 함수.때문에 Fourier Transform과 같이 주파수 관련 처리나,Positional Encoding 등에서 많이 사용됨.2022.04.19 - [.../Physics] - [Physics] A periodic representation of wave : sin and cos [Physics] A periodic representation of wave : sin and cossin(정현), cos(여현) : 주기신호..
[Math] Polynomial Functions (다항함수)
·
.../Math
Definition 함수 f(x)x에 대한 polynomial expression(다항식)일 때, y=f(x)를 polynomial function이라 함. Examplef(x)=anxn+an1xn1++a1x+a0 set의 관점에서 보면,Rational Functions의 일종이라고 볼 수 있음 (Denominator가 1인 경우)Algebraic Functions에 속하며, 대표적인 Algebraic Functions임.같이보면 좋은 자료들2023.06.03 - [.../Math] - [Math] Monomial and Polynomial (단항식 과 다항식) [Math] Monomial and Polynomial (단항식 과 다항식)Monomi..
[Math] Relation
·
.../Math
다음은 Relation에 대한 간단한 정의임.A relation (or, more precisely, a binary relation) on a set A is a collection of ordered pairs of elements from A. 이를 Cartesian Product를 통해 설명하면,A로부터 B의 (binary) relation RA×B의 subset 으로,aA,bB(a,b)R이 성립하며, aRb 로 표기한다. 이는 abR의 관계가 있음을 나타내며 다음과 같이 표기하기도 한다.R:AB ¬aRa 라고 기재하면 "aaR의 관..