일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- 커리어전환
- DataScience
- 호주
- HGB
- 데일리
- 데이터사이언스
- 데이터사이언스대학원
- 생각 정리
- 유학생
- MachineLearning
- 생각정리
- 비전공자데이터사이언스
- 자연지수
- 금융공학
- 유학
- 호주대학원
- 지방대생유학
- it
- 시드니
- 트리기반모델
- 데이터사이언스 석사
- 데이터사이언스유학
- 연속복리
- 유학준비
- 지수
- 머신러닝
- 데이터과학
- 해외석사과정
- 해외 석사 유학
- 멜번
- Today
- Total
Vectoronica
Understanding of a function 본문
1. A function : A relation between the number of one set and the other set.Or changing a number into another number.

Which i drew for helping myself understand the notation of a function. In the photo, i drew a set named X, and the other set named Y. X has two elements to be mapped to two different elements in Y respecticely. So I can say that for any element you give me in the first set(X), I'll give you a member of y associated with that members of x.
2. Domain, Codomain : Domain is a set that you're mapping from. Codomain is a set that you're mapping to. With reference to the above photo, X can be a domain and Y can be a codomain.
3. The difference between codomain and range : Codomain is, as i said, a set that you're mapping to. And also it means that codomain is a set that can be possibly mapped to. You don't need to map to every point in codomain Y. Range means a subset of the codomain that a function actually maps.
4. Scalar valued function, Vectors valued function : Depending on which dimention you are mapping to, they can be distinguished. If you map to a one-dimentional value(R), it's called a Scalar valued function. If a set is mapping to two or three-dimentional(or more) values, then it's called a Vector valued function.
'데이터 사이언스 > 수학 (선형대수, 미분 등)' 카테고리의 다른 글
Dot product and length of a vector (0) | 2021.05.21 |
---|---|
A basis of sub spaces (0) | 2021.05.19 |
Vector Subspace (0) | 2021.05.19 |
Linear Independence and dependence (0) | 2021.05.19 |
Linear combination and Span (0) | 2021.05.19 |