Linear Combination and Span
·
Mathematics/Linear Algebra
Linear combination Definition 1. Let $\emptyset \neq S \subseteq V$. A vector $v \in V$ is called a linear combination of vectors of $S$ if $\exists$ $u_1, u_2, ..., u_n \in S$ and $a_1, a_2, ..., a_n \in F$ such that $$v = \sum_{i=1}^{n} a_iu_i.$$ 쉽게 말해 벡터 $v$를 적당히 다른 벡터들의 합으로 표현할 수 있다면, 이때 $v$를 linear combination이라고 한다. Note. Since $0v = \mathbf{0}, \forall v \in S$, $\mathbf{0}$ is a linear c..
Subspaces
·
Mathematics/Linear Algebra
SubspaceDefinition 1. Let $V$ be a vector space over $F$. $W \subseteq V$ is called a subspace of $V$, denoted by $W \leq V$, if $W$ is a vector space over $F$ with the same operations defined on $V$.    즉 벡터공간 $V$와 동일한 field와 연산을 가진, 다시 말해 동일한 대수적 구조를 가지면서 크기만 줄인 $V$의 부분집합을 $V$의 subspace라고 부른다.Note. For any vector space $V$, $V \leq V, \{\mathbf{0}\} \leq V$.    어떤 집합 $W$가 주어졌을 때 $W$가 $V$의 subs..
Vector space
·
Mathematics/Linear Algebra
Vector space이전까지, 즉 기초 미적분학이나 일반물리 정도의 수준에서는 벡터의 정의를 단순히 크기와 방향을 동시에 가지는, 크기만 가지는 스칼라와는 구분되는 양으로 정의해서 사용해 왔다. 이때 Cartesian Coordinate , 즉 데카르트 좌표계를 적용시키면 모든 벡터는 (그것이 영벡터가 아닌 이상) 하나의 화살표로 표시할 수 있었다. 이렇듯 단순한 벡터의 정의를 추상화하여 수학적으로 일반화한 것이 vector space의 개념이다. 벡터 공간은 아래와 같은 특정 조건을 만족하는 원소들을 모아놓은 집합이며, 이 집합의 원소를 벡터라고 정의한다. Definition. A vector space $V$ over a field $F$ consists of a set on which two op..