503 字
3 分鐘
Linear Algebra Chapter 4: Subspaces and Their Properties

課程總覽

4-1 Subspaces#

[!Abstract] DEF. Subspace 對於 Rn\mathbb{R}^{n},以下三個性質定義一個子空間 WW

  1. 零向量:WW 必有元素 0n\mathbf{0}_{n}
  2. 向量加法封閉性。
  3. 純量乘法封閉性。

THR. 對於所有 Rn\mathbb{R}^{n} 的非空子集合,他們的向量空間都是 Rn\mathbb{R}^{n} 的子空間。 ALT: 對於任意向量集合,若非空,則向量空間必為實數空間的 subspace。 /THR.

[!Abstract] DEF. Null Space 矩陣 AA 的 Null space 表示方程式 Ax=0A\mathbf{x} =\mathbf{0}x\mathbf{x} 的解的集合。

null(A):={x  Ax=0}\text{null}(A) := \{ \mathbf{x} \ | \ A \mathbf{x} = \mathbf{0} \}

Null A\text{Null}\ Anull(A)\text{null}(A) 說的是同一件事。

[!Abstract] DEF. Column Space 一個矩陣的 column space 即為其各 column 之集合的 span。

col(A):=span({a1,a2,a3,,an})\text{col}(A) := \text{span}(\{ \mathbf{a}_{1}, \mathbf{a_{2}}, \mathbf{a_{3}}, \dots, \mathbf{a}_{n} \})

with A=[a1a2an]A = [\mathbf{a}_{1} \mathbf{a}_{2} \dots \mathbf{a}_{n}].

根據以上定義,我們可以得到一些性質。

  1. 線性變換的 range 即為其 standard matrix 的 column space。
  2. 因此,對於線性變換 T:RnRmT:\mathbb{R}^{n} \to \mathbb{R}^{m},其 range 為 Rm\mathbb{R}^{m} 的子空間。
  3. 線性變換的 null space 等於其矩陣的 null space。

4.2 Basis#

[!Abstract] DEF. Basis 對於 Rn\mathbb{R}^{n} 的子空間 VV,其 basis 定義為它的「線性獨立的」「生成集合」。

註:以下兩者為等價敘述。

  1. VVSS 的 span
  2. SSVV 的 generating set

舉例:標準向量集合 {e1,e2,,en}\{ \mathbf{e}_{1}, \mathbf{e}_{2}, \dots, \mathbf{e}_{n} \} 為實數空間 Rn\mathbb{R}^{n} 的 basis。

  1. 線性獨立
  2. 生成集合:span({e1,e2,,en})=Rn\text{span}(\{ \mathbf{e}_{1}, \mathbf{e}_{2}, \dots, \mathbf{e}_{n} \}) = \mathbb{R}^{n}

[!Note] Theorem pivot columns 集合為其 column space 的 basis。

4.4 Coordinate System#

[!Note] THR. 對於子空間 VV 以及其一基底 B\mathcal{B},任何 VV 的向量 v\mathbf{v} 必可表示為唯一的 B\mathcal{B} 的線性組合;即,存在 a1,a2,,aka_{1},a_{2},\dots, a_{k} 使得

v=a1b1+a2b2++akbk.\mathbf{v} = a_{1} \mathbf{b}_{1} + a_{2} \mathbf{b}_{2} + \dots + a_{k} \mathbf{b}_{k}.

或寫作

v=Ba\mathbf{v} = B \vec{a}

SKIPPED. DEF. Coordinate Vector (of v\mathbf{v} relative to B\mathcal{B})

依照定義,可以得知自然的表示方式即為相對於「標準基底(standard basis)E\mathcal{E}」的座標向量,即

[v]E=v.[\mathbf{v}]_{\mathcal{E} } = \mathbf{v}.

THR. Bases Transformation 設 BB 每一行為 B\mathcal{B} 的一個向量。則 BB 必可逆,且 for every vector vRn\mathbf{v} \in \mathbb{R}^{n},

v=B[v]B.\mathbf{v} = B[\mathbf{v}]_{\mathcal{B} }.

/THR

![[Screenshot_2025-11-11-10-00-37-516_com.miui.gallery-edit.jpg]]

4.5#

Theorem 4.12 THR. Linear Operation in Different Coordinate Systems Note: AA is the standard matrix of the linear operation TT

[T]B=B1AB[T]_{\mathcal{B} } = B^{-1} A B

or

A=B[T]BB1A = B[T]_{\mathcal{B} } B^{-1}
Linear Algebra Chapter 4: Subspaces and Their Properties
https://blade520.com/posts/linear-algebra/ch4/
作者
Blade/磯江
發佈於
2025-11-02
許可協議
CC BY-NC-SA 4.0