$\mathbb{R}^n$은 일종의 set임.
- $n$개의 entry를 가지는 모든 vector들로 구성된 set(집합).
- $\mathbb{R}$은 real number를 의미한다.
참고로, $\mathbb{R}^2$의 경우,
- 2차원 vector space이면서
- 2차원 coordinates로 볼 수 있으며,
이들은 real number의 집합 $\mathbb{R}$에 대해 Cartesian Prodcut를 수행한 것임.
2024.02.25 - [.../Math] - [Math] Class: set and proper class (클래스와 집합)
[Math] Class: set and proper class (클래스와 집합)
Class, Proper Class, and SetClass집합론 (Zermelo-Fraenkel set theory)에서Class는 구별가능한 수학적인 객체 (distinctive object)의 collection을 의미함.(Set은 collection of distinctive objects라고 말할 수 있으나, 여기에 well-
dsaint31.tistory.com
2024.02.04 - [.../Math] - [Math] Cartesian Product (or Descartes Product, Product Set)
[Math] Cartesian Product (or Descartes Product, Product Set)
Cartesian Product (or Descartes Product) 공집합(empty set, null set)이 아닌 여러 sets를 이용하여 새로운 set을 만드는 연산. Cartesian product는 operand인 여러 집합들의 각 elements를 원소(component, element)로 하는 tuple
dsaint31.tistory.com
실제로 $\mathbb{R}^n$은
- real number(실수)를 entry로 가지는 vector들로 구성된 vector space이며,
- linear algebra에서 가장 기본적인 vector space로 만나게 되는 녀석임.
여러 분야로부터 추상화된 여러 vector space들은 결국 $\mathbb{R}^n$의 관점으로 바라볼 수 있다는 점이 linear algebra의 큰 장점 중 하나임.
Vector Space의 정의는 다음 글을 참고할 것.
2022.04.05 - [.../Math] - [Math] Definition of Vector Space
[Math] Definition of Vector Space
Vector space의 정의. Vector space는 아래를 만족하는 non-empty set을 가르킴. vector들을 element로 가지는 nonempty set(집합)임. vector space의 element를 vector라고 부름. 다음과 같은 2개의 연산이 정의..
dsaint31.tistory.com
'... > Math' 카테고리의 다른 글
[LA] Markov Chain (0) | 2022.10.14 |
---|---|
[LA] Basis of Column Space and Pivot Columns (0) | 2022.10.07 |
[LA] Signal Space : Vector Space (0) | 2022.09.30 |
[LA] Set of Real-valued Functions defined on a set of real number : Vector Space (1) | 2022.09.30 |
[LA] sympy로 Reduced Row Echelon Matrix 구하기. (0) | 2022.09.01 |