The space \(\mathbb{R}^n\) consists of all vectors \(\boldsymbol{v}\) with \(n\) components.
Define:
A vector space \(V\) is a collection of vectors with two operations
- vector addition (element-wise)
- scalar multiplication
so that \(\forall \boldsymbol{v}, \boldsymbol{w} \in V, \boldsymbol{v} + \boldsymbol{w} \in V, and \ \forall c \in \mathbb{R}, c\boldsymbol{v} \in V\)
Any linear combination of vectors in \(\mathbb{R}^n\) results in a vector in \(\mathbb{R}^n\).
Define:
A subset \(W\) of a vector space \(V\) is called a subspace if \(W\) itself form a vector space with the two operations defined on \(V\) and contains \(\boldsymbol{0}\).
In short, all linear combinations stay in the subspace \(W\). (closedness of \(W\)) (封閉性)
Define:
Let \(U\) be a subset of vectors in a vector space \(V\), while \(U\) itself may not be a subspace.
The span of \(U\) consists of all linear combinations of the vectors in \(U\)(including \(\boldsymbol{0}\)), denoted by \(span(U)\).
由向量擴展出的空間 (集合)。
Given \(A_{m\times n}\)
\(rank(A) =\)
- number of non-zero rows in the RREF of A
- number of pivots(pivot variable) in \(A\)
- number of linearly independent column vectors
- \(span(A)\) 的維度 (dimension)
\(nullity(A) = n - rank(A)\)
- number of free variables
- 相對於 \(rank\) 的概念