此練習推薦給所有讀者。
問題 1
將向量投影到 M {\displaystyle M} 沿 N {\displaystyle N} .
( 3 − 2 ) , M = { ( x y ) | x + y = 0 } , N = { ( x y ) | − x − 2 y = 0 } {\displaystyle {\begin{pmatrix}3\\-2\end{pmatrix}},\quad M=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,x+y=0\},\quad N=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,-x-2y=0\}}
( 1 2 ) , M = { ( x y ) | x − y = 0 } , N = { ( x y ) | 2 x + y = 0 } {\displaystyle {\begin{pmatrix}1\\2\end{pmatrix}},\quad M=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,x-y=0\},\quad N=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,2x+y=0\}}
( 3 0 1 ) , M = { ( x y z ) | x + y = 0 } , N = { c ⋅ ( 1 0 1 ) | c ∈ R } {\displaystyle {\begin{pmatrix}3\\0\\1\end{pmatrix}},\quad M=\{{\begin{pmatrix}x\\y\\z\end{pmatrix}}\,{\big |}\,x+y=0\},\quad N=\{c\cdot {\begin{pmatrix}1\\0\\1\end{pmatrix}}\,{\big |}\,c\in \mathbb {R} \}}
答案
當子空間的基 B M = ⟨ ( 1 − 1 ) ⟩ B N = ⟨ ( 2 − 1 ) ⟩ {\displaystyle B_{M}=\langle {\begin{pmatrix}1\\-1\end{pmatrix}}\rangle \qquad B_{N}=\langle {\begin{pmatrix}2\\-1\end{pmatrix}}\rangle } 被連線起來 B = B M ⌢ B N = ⟨ ( 1 − 1 ) , ( 2 − 1 ) ⟩ {\displaystyle B=B_{M}\!{\mathbin {{}^{\frown }}}\!B_{N}=\langle {\begin{pmatrix}1\\-1\end{pmatrix}},{\begin{pmatrix}2\\-1\end{pmatrix}}\rangle } 並且給定向量表示為 ( 3 − 2 ) = 1 ⋅ ( 1 − 1 ) + 1 ⋅ ( 2 − 1 ) {\displaystyle {\begin{pmatrix}3\\-2\end{pmatrix}}=1\cdot {\begin{pmatrix}1\\-1\end{pmatrix}}+1\cdot {\begin{pmatrix}2\\-1\end{pmatrix}}} 那麼答案來自保留 M {\displaystyle M} 部分並丟棄 N {\displaystyle N} 部分。 proj M , N ( ( 3 − 2 ) ) = ( 1 − 1 ) {\displaystyle {\mbox{proj}}_{M,N}({\begin{pmatrix}3\\-2\end{pmatrix}})={\begin{pmatrix}1\\-1\end{pmatrix}}}
當基底 B M = ⟨ ( 1 1 ) ⟩ B N ⟨ ( 1 − 2 ) ⟩ {\displaystyle B_{M}=\langle {\begin{pmatrix}1\\1\end{pmatrix}}\rangle \qquad B_{N}\langle {\begin{pmatrix}1\\-2\end{pmatrix}}\rangle } 被連線起來,並且向量表示為 ( 1 2 ) = ( 4 / 3 ) ⋅ ( 1 1 ) − ( 1 / 3 ) ⋅ ( 1 − 2 ) {\displaystyle {\begin{pmatrix}1\\2\end{pmatrix}}=(4/3)\cdot {\begin{pmatrix}1\\1\end{pmatrix}}-(1/3)\cdot {\begin{pmatrix}1\\-2\end{pmatrix}}} 那麼,只保留 M {\displaystyle M} 部分,得到這個答案。 proj M , N ( ( 1 2 ) ) = ( 4 / 3 4 / 3 ) {\displaystyle {\mbox{proj}}_{M,N}({\begin{pmatrix}1\\2\end{pmatrix}})={\begin{pmatrix}4/3\\4/3\end{pmatrix}}}
對於這些基底 B M = ⟨ ( 1 − 1 0 ) , ( 0 0 1 ) ⟩ B N = ⟨ ( 1 0 1 ) ⟩ {\displaystyle B_{M}=\langle {\begin{pmatrix}1\\-1\\0\end{pmatrix}},{\begin{pmatrix}0\\0\\1\end{pmatrix}}\rangle \qquad B_{N}=\langle {\begin{pmatrix}1\\0\\1\end{pmatrix}}\rangle } 相對於連線的表示是這個。 ( 3 0 1 ) = 0 ⋅ ( 1 − 1 0 ) − 2 ⋅ ( 0 0 1 ) + 3 ⋅ ( 1 0 1 ) {\displaystyle {\begin{pmatrix}3\\0\\1\end{pmatrix}}=0\cdot {\begin{pmatrix}1\\-1\\0\end{pmatrix}}-2\cdot {\begin{pmatrix}0\\0\\1\end{pmatrix}}+3\cdot {\begin{pmatrix}1\\0\\1\end{pmatrix}}} 因此投影是這個。 proj M , N ( ( 3 0 1 ) ) = ( 0 0 − 2 ) {\displaystyle {\mbox{proj}}_{M,N}({\begin{pmatrix}3\\0\\1\end{pmatrix}})={\begin{pmatrix}0\\0\\-2\end{pmatrix}}}
此練習推薦給所有讀者。
問題 2
求 M ⊥ {\displaystyle M^{\perp }} .
M = { ( x y ) | x + y = 0 } {\displaystyle M=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,x+y=0\}}
M = { ( x y ) | − 2 x + 3 y = 0 } {\displaystyle M=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,-2x+3y=0\}}
M = { ( x y ) | x − y = 0 } {\displaystyle M=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,x-y=0\}}
M = { 0 → } {\displaystyle M=\{{\vec {0}}\,\}}
M = { ( x y ) | x = 0 } {\displaystyle M=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,x=0\}}
M = { ( x y z ) | − x + 3 y + z = 0 } {\displaystyle M=\{{\begin{pmatrix}x\\y\\z\end{pmatrix}}\,{\big |}\,-x+3y+z=0\}}
M = { ( x y z ) | x = 0 and y + z = 0 } {\displaystyle M=\{{\begin{pmatrix}x\\y\\z\end{pmatrix}}\,{\big |}\,x=0{\text{ and }}y+z=0\}}
答案
如同在示例 3.5 中,我們可以透過僅僅找出垂直於 M {\displaystyle M} 基底的所有向量空間來簡化計算。
引數化得到 M = { c ⋅ ( − 1 1 ) | c ∈ R } {\displaystyle M=\{c\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}\,{\big |}\,c\in \mathbb {R} \}} 得出 M ⊥ { ( u v ) | 0 = ( u v ) ⋅ ( − 1 1 ) } = { ( u v ) | 0 = − u + v } {\displaystyle M^{\perp }\{{\begin{pmatrix}u\\v\end{pmatrix}}\,{\big |}\,0={\begin{pmatrix}u\\v\end{pmatrix}}\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}\}=\{{\begin{pmatrix}u\\v\end{pmatrix}}\,{\big |}\,0=-u+v\}} 對這個單方程線性系統進行引數化得到以下描述。 M ⊥ = { k ⋅ ( 1 1 ) | k ∈ R } {\displaystyle M^{\perp }=\{k\cdot {\begin{pmatrix}1\\1\end{pmatrix}}\,{\big |}\,k\in \mathbb {R} \}}
如先前部分的答案所示, M {\displaystyle M} 可以描述為一個跨度 M = { c ⋅ ( 3 / 2 1 ) | c ∈ R } B M = ⟨ ( 3 / 2 1 ) ⟩ {\displaystyle M=\{c\cdot {\begin{pmatrix}3/2\\1\end{pmatrix}}\,{\big |}\,c\in \mathbb {R} \}\qquad B_{M}=\langle {\begin{pmatrix}3/2\\1\end{pmatrix}}\rangle } 然後 M ⊥ {\displaystyle M^{\perp }} 是垂直於此基中一個向量的向量集合。 M ⊥ = { ( u v ) | ( 3 / 2 ) ⋅ u + 1 ⋅ v = 0 } = { k ⋅ ( − 2 / 3 1 ) | k ∈ R } {\displaystyle M^{\perp }=\{{\begin{pmatrix}u\\v\end{pmatrix}}\,{\big |}\,(3/2)\cdot u+1\cdot v=0\}=\{k\cdot {\begin{pmatrix}-2/3\\1\end{pmatrix}}\,{\big |}\,k\in \mathbb {R} \}}
對 M {\displaystyle M} 描述中的線性要求進行引數化,得到此基。 M = { c ⋅ ( 1 1 ) | c ∈ R } B M = ⟨ ( 1 1 ) ⟩ {\displaystyle M=\{c\cdot {\begin{pmatrix}1\\1\end{pmatrix}}\,{\big |}\,c\in \mathbb {R} \}\qquad B_{M}=\langle {\begin{pmatrix}1\\1\end{pmatrix}}\rangle } 現在, M ⊥ {\displaystyle M^{\perp }} 是垂直於( B M {\displaystyle B_{M}} 中的)一個向量的向量集合。 M ⊥ = { ( u v ) | u + v = 0 } = { k ⋅ ( − 1 1 ) | k ∈ R } {\displaystyle M^{\perp }=\{{\begin{pmatrix}u\\v\end{pmatrix}}\,{\big |}\,u+v=0\}=\{k\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}\,{\big |}\,k\in \mathbb {R} \}} (順便說一下,這個答案與這個問題中的第一項一致。) 空間中的每個向量都垂直於零向量,所以 M ⊥ = R n {\displaystyle M^{\perp }=\mathbb {R} ^{n}} . 對 M {\displaystyle M} 的適當描述和基是常規的。 M = { y ⋅ ( 0 1 ) | y ∈ R } B M = ⟨ ( 0 1 ) ⟩ {\displaystyle M=\{y\cdot {\begin{pmatrix}0\\1\end{pmatrix}}\,{\big |}\,y\in \mathbb {R} \}\qquad B_{M}=\langle {\begin{pmatrix}0\\1\end{pmatrix}}\rangle } 那麼 M ⊥ = { ( u v ) | 0 ⋅ u + 1 ⋅ v = 0 } = { k ⋅ ( 1 0 ) | k ∈ R } {\displaystyle M^{\perp }=\{{\begin{pmatrix}u\\v\end{pmatrix}}\,{\big |}\,0\cdot u+1\cdot v=0\}=\{k\cdot {\begin{pmatrix}1\\0\end{pmatrix}}\,{\big |}\,k\in \mathbb {R} \}} 因此 ( y -axis ) ⊥ = x -axis {\displaystyle (y{\text{-axis}})^{\perp }=x{\text{-axis}}} . 使用引數方程很容易找到 M {\displaystyle M} 的描述。 M = { c ⋅ ( 3 1 0 ) + d ⋅ ( 1 0 1 ) | c , d ∈ R } B M = ⟨ ( 3 1 0 ) , ( 1 0 1 ) ⟩ {\displaystyle M=\{c\cdot {\begin{pmatrix}3\\1\\0\end{pmatrix}}+d\cdot {\begin{pmatrix}1\\0\\1\end{pmatrix}}\,{\big |}\,c,d\in \mathbb {R} \}\qquad B_{M}=\langle {\begin{pmatrix}3\\1\\0\end{pmatrix}},{\begin{pmatrix}1\\0\\1\end{pmatrix}}\rangle } 找到 M ⊥ {\displaystyle M^{\perp }} 只需解一個包含兩個方程的線性方程組 3 u + v = 0 u + w = 0 → − ( 1 / 3 ) ρ 1 + ρ 2 3 u + v = 0 − ( 1 / 3 ) v + w = 0 {\displaystyle {\begin{array}{*{3}{rc}r}3u&+&v&&&=&0\\u&&&+&w&=&0\end{array}}\;{\xrightarrow[{}]{-(1/3)\rho _{1}+\rho _{2}}}\;{\begin{array}{*{3}{rc}r}3u&+&v&&&=&0\\&&-(1/3)v&+&w&=&0\end{array}}} 並使用引數方程表示。 M ⊥ = { k ⋅ ( − 1 3 1 ) | k ∈ R } {\displaystyle M^{\perp }=\{k\cdot {\begin{pmatrix}-1\\3\\1\end{pmatrix}}\,{\big |}\,k\in \mathbb {R} \}}
這裡, M {\displaystyle M} 是一個一維向量空間。 M = { c ⋅ ( 0 − 1 1 ) | c ∈ R } B M = ⟨ ( 0 − 1 1 ) ⟩ {\displaystyle M=\{c\cdot {\begin{pmatrix}0\\-1\\1\end{pmatrix}}\,{\big |}\,c\in \mathbb {R} \}\qquad B_{M}=\langle {\begin{pmatrix}0\\-1\\1\end{pmatrix}}\rangle } 因此, M ⊥ {\displaystyle M^{\perp }} 是二維的。 M ⊥ = { ( u v w ) | 0 ⋅ u − 1 ⋅ v + 1 ⋅ w = 0 } = { j ⋅ ( 1 0 0 ) + k ⋅ ( 0 1 1 ) | j , k ∈ R } {\displaystyle M^{\perp }=\{{\begin{pmatrix}u\\v\\w\end{pmatrix}}\,{\big |}\,0\cdot u-1\cdot v+1\cdot w=0\}=\{j\cdot {\begin{pmatrix}1\\0\\0\end{pmatrix}}+k\cdot {\begin{pmatrix}0\\1\\1\end{pmatrix}}\,{\big |}\,j,k\in \mathbb {R} \}}
此練習推薦給所有讀者。
問題 4
我們有三種方法可以找到向量在直線上的正交投影,第一種方法是本節第一小節中給出的定義 1.1 方法,第二種方法是透過示例 3.2 和3.3 使用空間基底表示向量,然後保留 M {\displaystyle M} 部分,第三種方法是定理 3.8 。對於這些情況,請使用所有三種方法。
v → = ( 1 − 3 ) , M = { ( x y ) | x + y = 0 } {\displaystyle {\vec {v}}={\begin{pmatrix}1\\-3\end{pmatrix}},\quad M=\{{\begin{pmatrix}x\\y\end{pmatrix}}\,{\big |}\,x+y=0\}}
v → = ( 0 1 2 ) , M = { ( x y z ) | x + z = 0 and y = 0 } {\displaystyle {\vec {v}}={\begin{pmatrix}0\\1\\2\end{pmatrix}},\quad M=\{{\begin{pmatrix}x\\y\\z\end{pmatrix}}\,{\big |}\,x+z=0{\text{ and }}y=0\}}
答案
引數化給出以下結果。 M = { c ⋅ ( − 1 1 ) | c ∈ R } {\displaystyle M=\{c\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}\,{\big |}\,c\in \mathbb {R} \}} 對於第一種方法,我們取跨越直線 M {\displaystyle M} 的向量為 s → = ( − 1 1 ) {\displaystyle {\vec {s}}={\begin{pmatrix}-1\\1\end{pmatrix}}} 然後定義 1.1 公式給出以下結果。 proj [ s → ] ( ( 1 − 3 ) ) = ( 1 − 3 ) ⋅ ( − 1 1 ) ( − 1 1 ) ⋅ ( − 1 1 ) ⋅ ( − 1 1 ) = − 4 2 ⋅ ( − 1 1 ) = ( 2 − 2 ) {\displaystyle {\mbox{proj}}_{[{\vec {s}}\,]}({\begin{pmatrix}1\\-3\end{pmatrix}})={\frac {{\begin{pmatrix}1\\-3\end{pmatrix}}\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}}{{\begin{pmatrix}-1\\1\end{pmatrix}}\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}}}\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}={\frac {-4}{2}}\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}={\begin{pmatrix}2\\-2\end{pmatrix}}} 第二種方法,我們固定 B M = ⟨ ( − 1 1 ) ⟩ {\displaystyle B_{M}=\langle {\begin{pmatrix}-1\\1\end{pmatrix}}\rangle } 因此(如 示例 3.5 和 3.6 中,我們只需找到垂直於基底中所有向量的向量) M ⊥ = { ( u v ) | − 1 ⋅ u + 1 ⋅ v = 0 } = { k ⋅ ( 1 1 ) | k ∈ R } B M ⊥ = ⟨ ( 1 1 ) ⟩ {\displaystyle M^{\perp }=\{{\begin{pmatrix}u\\v\end{pmatrix}}\,{\big |}\,-1\cdot u+1\cdot v=0\}=\{k\cdot {\begin{pmatrix}1\\1\end{pmatrix}}\,{\big |}\,k\in \mathbb {R} \}\qquad B_{M^{\perp }}=\langle {\begin{pmatrix}1\\1\end{pmatrix}}\rangle } 用拼接的方式表示該向量。 ( 1 − 3 ) = − 2 ⋅ ( − 1 1 ) − 1 ⋅ ( 1 1 ) {\displaystyle {\begin{pmatrix}1\\-3\end{pmatrix}}=-2\cdot {\begin{pmatrix}-1\\1\end{pmatrix}}-1\cdot {\begin{pmatrix}1\\1\end{pmatrix}}} 保留 M {\displaystyle M} 部分即可得到答案。 proj M , M ⊥ ( ( 1 − 3 ) ) = ( 2 − 2 ) {\displaystyle {\mbox{proj}}_{M,M^{\perp }}({\begin{pmatrix}1\\-3\end{pmatrix}})={\begin{pmatrix}2\\-2\end{pmatrix}}} 第三部分也是簡單的計算(中間有一個 1 × 1 {\displaystyle 1\!\times \!1} 矩陣,其逆也是 1 × 1 {\displaystyle 1\!\times \!1} ) A ( A t r a n s A ) − 1 A t r a n s = ( − 1 1 ) ( ( − 1 1 ) ( − 1 1 ) ) − 1 ( − 1 1 ) = ( − 1 1 ) ( 2 ) − 1 ( − 1 1 ) {\displaystyle A\left({{A}^{\rm {trans}}}A\right)^{-1}{{A}^{\rm {trans}}}={\begin{pmatrix}-1\\1\end{pmatrix}}\left({\begin{pmatrix}-1&1\end{pmatrix}}{\begin{pmatrix}-1\\1\end{pmatrix}}\right)^{-1}{\begin{pmatrix}-1&1\end{pmatrix}}={\begin{pmatrix}-1\\1\end{pmatrix}}{\begin{pmatrix}2\end{pmatrix}}^{-1}{\begin{pmatrix}-1&1\end{pmatrix}}}
= ( − 1 1 ) ( 1 / 2 ) ( − 1 1 ) = ( − 1 1 ) ( − 1 / 2 1 / 2 ) = ( 1 / 2 − 1 / 2 − 1 / 2 1 / 2 ) {\displaystyle ={\begin{pmatrix}-1\\1\end{pmatrix}}{\begin{pmatrix}1/2\end{pmatrix}}{\begin{pmatrix}-1&1\end{pmatrix}}={\begin{pmatrix}-1\\1\end{pmatrix}}{\begin{pmatrix}-1/2&1/2\end{pmatrix}}={\begin{pmatrix}1/2&-1/2\\-1/2&1/2\end{pmatrix}}} 當然,這會得到相同的結果。 proj M ( ( 1 − 3 ) ) = ( 1 / 2 − 1 / 2 − 1 / 2 1 / 2 ) ( 1 − 3 ) = ( 2 − 2 ) {\displaystyle {\mbox{proj}}_{M}({\begin{pmatrix}1\\-3\end{pmatrix}})={\begin{pmatrix}1/2&-1/2\\-1/2&1/2\end{pmatrix}}{\begin{pmatrix}1\\-3\end{pmatrix}}={\begin{pmatrix}2\\-2\end{pmatrix}}}
引數化給出以下結果。 M = { c ⋅ ( − 1 0 1 ) | c ∈ R } {\displaystyle M=\{c\cdot {\begin{pmatrix}-1\\0\\1\end{pmatrix}}\,{\big |}\,c\in \mathbb {R} \}} 由此,第一個方法的公式給出以下結果。 ( 0 1 2 ) ⋅ ( − 1 0 1 ) ( − 1 0 1 ) ⋅ ( − 1 0 1 ) ⋅ ( − 1 0 1 ) = 2 2 ⋅ ( − 1 0 1 ) = ( − 1 0 1 ) {\displaystyle {\frac {{\begin{pmatrix}0\\1\\2\end{pmatrix}}\cdot {\begin{pmatrix}-1\\0\\1\end{pmatrix}}}{{\begin{pmatrix}-1\\0\\1\end{pmatrix}}\cdot {\begin{pmatrix}-1\\0\\1\end{pmatrix}}}}\cdot {\begin{pmatrix}-1\\0\\1\end{pmatrix}}={\frac {2}{2}}\cdot {\begin{pmatrix}-1\\0\\1\end{pmatrix}}={\begin{pmatrix}-1\\0\\1\end{pmatrix}}} 為了用第二種方法進行,我們需要找到 M ⊥ {\displaystyle M^{\perp }} , M ⊥ = { ( u v w ) | − u + w = 0 } = { j ⋅ ( 1 0 1 ) + k ⋅ ( 0 1 0 ) | j , k ∈ R } {\displaystyle M^{\perp }=\{{\begin{pmatrix}u\\v\\w\end{pmatrix}}\,{\big |}\,-u+w=0\}=\{j\cdot {\begin{pmatrix}1\\0\\1\end{pmatrix}}+k\cdot {\begin{pmatrix}0\\1\\0\end{pmatrix}}\,{\big |}\,j,k\in \mathbb {R} \}} 找到給定向量關於基 B M {\displaystyle B_{M}} 和 B M ⊥ {\displaystyle B_{M^{\perp }}} 連線後的表示 ( 0 1 2 ) = 1 ⋅ ( − 1 0 1 ) + 1 ⋅ ( 1 0 1 ) + 1 ⋅ ( 0 1 0 ) {\displaystyle {\begin{pmatrix}0\\1\\2\end{pmatrix}}=1\cdot {\begin{pmatrix}-1\\0\\1\end{pmatrix}}+1\cdot {\begin{pmatrix}1\\0\\1\end{pmatrix}}+1\cdot {\begin{pmatrix}0\\1\\0\end{pmatrix}}} 並只保留 M {\displaystyle M} 部分。 proj M ( ( 0 1 2 ) ) = 1 ⋅ ( − 1 0 1 ) = ( − 1 0 1 ) {\displaystyle {\mbox{proj}}_{M}({\begin{pmatrix}0\\1\\2\end{pmatrix}})=1\cdot {\begin{pmatrix}-1\\0\\1\end{pmatrix}}={\begin{pmatrix}-1\\0\\1\end{pmatrix}}} 最後,對於第三種方法,矩陣計算 A ( A t r a n s A ) − 1 A t r a n s = ( − 1 0 1 ) ( ( − 1 0 1 ) ( − 1 0 1 ) ) − 1 ( − 1 0 1 ) = ( − 1 0 1 ) ( 2 ) − 1 ( − 1 0 1 ) {\displaystyle A\left({{A}^{\rm {trans}}}A\right)^{-1}{{A}^{\rm {trans}}}={\begin{pmatrix}-1\\0\\1\end{pmatrix}}{\bigl (}{\begin{pmatrix}-1&0&1\end{pmatrix}}{\begin{pmatrix}-1\\0\\1\end{pmatrix}}{\bigr )}^{-1}{\begin{pmatrix}-1&0&1\end{pmatrix}}={\begin{pmatrix}-1\\0\\1\end{pmatrix}}{\begin{pmatrix}2\end{pmatrix}}^{-1}{\begin{pmatrix}-1&0&1\end{pmatrix}}}
= ( − 1 0 1 ) ( 1 / 2 ) ( − 1 0 1 ) = ( − 1 0 1 ) ( − 1 / 2 0 1 / 2 ) = ( 1 / 2 0 − 1 / 2 0 0 0 − 1 / 2 0 1 / 2 ) {\displaystyle ={\begin{pmatrix}-1\\0\\1\end{pmatrix}}{\begin{pmatrix}1/2\end{pmatrix}}{\begin{pmatrix}-1&0&1\end{pmatrix}}={\begin{pmatrix}-1\\0\\1\end{pmatrix}}{\begin{pmatrix}-1/2&0&1/2\end{pmatrix}}={\begin{pmatrix}1/2&0&-1/2\\0&0&0\\-1/2&0&1/2\end{pmatrix}}} 然後是矩陣-向量乘法 proj M ( ( 0 1 2 ) ) ( 1 / 2 0 − 1 / 2 0 0 0 − 1 / 2 0 1 / 2 ) ( 0 1 2 ) = ( − 1 0 1 ) {\displaystyle {\mbox{proj}}_{M}({\begin{pmatrix}0\\1\\2\end{pmatrix}}){\begin{pmatrix}1/2&0&-1/2\\0&0&0\\-1/2&0&1/2\end{pmatrix}}{\begin{pmatrix}0\\1\\2\end{pmatrix}}={\begin{pmatrix}-1\\0\\1\end{pmatrix}}} 得到答案。
問題 5
驗證 定義 3.1 中的投影操作是定義良好的。也就是說,在 示例 3.2 和 3.3 中,答案是否依賴於所選基?
答案
不,將向量分解為 v → = m → + n → {\displaystyle {\vec {v}}={\vec {m}}+{\vec {n}}} 的形式,其中 m → ∈ M {\displaystyle {\vec {m}}\in M} 且 n → ∈ N {\displaystyle {\vec {n}}\in N} ,不依賴於子空間所選的基。在直接和這一節中已經證明了這一點。
問題 6
什麼是到零子空間的正交投影?
答案
向量到子空間的正交投影是該子空間中的一個元素。由於零子空間只有一個元素,即 0 → {\displaystyle {\vec {0}}} ,所以任何向量的投影必須等於 0 → {\displaystyle {\vec {0}}} 。
此練習推薦給所有讀者。
此練習推薦給所有讀者。
問題 10
證明如果一個向量垂直於一個集合中的每個向量,那麼它也垂直於該集合的生成空間中的每個向量。
答案
設 v → {\displaystyle {\vec {v}}} 垂直於每個 w → ∈ S {\displaystyle {\vec {w}}\in S} 。然後 v → ⋅ ( c 1 w → 1 + ⋯ + c n w → n ) = v → ⋅ ( c 1 w → 1 ) + ⋯ + v → ⋅ ( c n ⋅ w → n ) = c 1 ( v → ⋅ w → 1 ) + ⋯ + c n ( v → ⋅ w → n ) = c 1 ⋅ 0 + ⋯ + c n ⋅ 0 = 0 {\displaystyle {\vec {v}}\cdot (c_{1}{\vec {w}}_{1}+\dots +c_{n}{\vec {w}}_{n})={\vec {v}}\cdot (c_{1}{\vec {w}}_{1})+\dots +{\vec {v}}\cdot (c_{n}\cdot {\vec {w}}_{n})=c_{1}({\vec {v}}\cdot {\vec {w}}_{1})+\dots +c_{n}({\vec {v}}\cdot {\vec {w}}_{n})=c_{1}\cdot 0+\dots +c_{n}\cdot 0=0} .
問題 11
判斷對錯:子空間與其正交補集的交集是平凡的。
答案
正確;唯一與自身正交的向量是零向量。
問題 12
證明正交補集的維數之和等於整個空間的維數。
答案
這直接來自 引理 3.7 中的陳述,即空間是這兩個空間的直和。
此練習推薦給所有讀者。
此練習推薦給所有讀者。
問題 14
設 M , N {\displaystyle M,N} 是 R n {\displaystyle \mathbb {R} ^{n}} 的子空間。正交運算元作用於子空間;我們可以詢問它如何與其他此類運算互動。
證明兩次正交運算抵消: ( M ⊥ ) ⊥ = M {\displaystyle (M^{\perp })^{\perp }=M} . 證明 M ⊆ N {\displaystyle M\subseteq N} 意味著 N ⊥ ⊆ M ⊥ {\displaystyle N^{\perp }\subseteq M^{\perp }} . 證明 ( M + N ) ⊥ = M ⊥ ∩ N ⊥ {\displaystyle (M+N)^{\perp }=M^{\perp }\cap N^{\perp }} .
答案
我們將證明這些集合是相互包含的, M ⊆ ( M ⊥ ) ⊥ {\displaystyle M\subseteq (M^{\perp })^{\perp }} 以及 ( M ⊥ ) ⊥ ⊆ M {\displaystyle (M^{\perp })^{\perp }\subseteq M} 。對於第一個,如果 m → ∈ M {\displaystyle {\vec {m}}\in M} ,那麼根據perp運算的定義, m → {\displaystyle {\vec {m}}} 與每個 v → ∈ M ⊥ {\displaystyle {\vec {v}}\in M^{\perp }} 垂直,因此(再次根據perp運算的定義) m → ∈ ( M ⊥ ) ⊥ {\displaystyle {\vec {m}}\in (M^{\perp })^{\perp }} 。對於另一個方向,考慮 v → ∈ ( M ⊥ ) ⊥ {\displaystyle {\vec {v}}\in (M^{\perp })^{\perp }} 。引理 3.7 的證明表明 R n = M ⊕ M ⊥ {\displaystyle \mathbb {R} ^{n}=M\oplus M^{\perp }} ,並且我們可以為空間 ⟨ κ → 1 , … , κ → k , κ → k + 1 , … , κ → n ⟩ {\displaystyle \langle {\vec {\kappa }}_{1},\dots ,{\vec {\kappa }}_{k},{\vec {\kappa }}_{k+1},\dots ,{\vec {\kappa }}_{n}\rangle } 提供一個正交基,其中前半部分 ⟨ κ → 1 , … , κ → k ⟩ {\displaystyle \langle {\vec {\kappa }}_{1},\dots ,{\vec {\kappa }}_{k}\rangle } 是 M {\displaystyle M} 的基,後半部分是 M ⊥ {\displaystyle M^{\perp }} 的基。該證明還檢查了空間中的每個向量都是其在這些基向量所跨越的直線上的正交投影之和。 v → = proj [ κ → 1 ] ( v → ) + ⋯ + proj [ κ → n ] ( v → ) {\displaystyle {\vec {v}}={\mbox{proj}}_{[{\vec {\kappa }}_{1}]}({{\vec {v}}\,})+\dots +{\mbox{proj}}_{[{\vec {\kappa }}_{n}]}({{\vec {v}}\,})} 因為 v → ∈ ( M ⊥ ) ⊥ {\displaystyle {\vec {v}}\in (M^{\perp })^{\perp }} ,它垂直於 M ⊥ {\displaystyle M^{\perp }} 中的每個向量,因此第二部分的投影都為零。 因此 v → = proj [ κ → 1 ] ( v → ) + ⋯ + proj [ κ → k ] ( v → ) {\displaystyle {\vec {v}}={\mbox{proj}}_{[{\vec {\kappa }}_{1}]}({{\vec {v}}\,})+\dots +{\mbox{proj}}_{[{\vec {\kappa }}_{k}]}({{\vec {v}}\,})} ,它是來自 M {\displaystyle M} 的向量的線性組合,所以 v → ∈ M {\displaystyle {\vec {v}}\in M} 。(備註 。這裡有一個更巧妙的方法來處理第二部分:將空間寫成 M ⊕ M ⊥ {\displaystyle M\oplus M^{\perp }} 以及 M ⊥ ⊕ ( M ⊥ ) ⊥ {\displaystyle M^{\perp }\oplus (M^{\perp })^{\perp }} 。因為上半部分表明了 M ⊆ ( M ⊥ ) ⊥ {\displaystyle M\subseteq (M^{\perp })^{\perp }} 並且前面的句子表明了兩個子空間 M {\displaystyle M} 和 ( M ⊥ ) ⊥ {\displaystyle (M^{\perp })^{\perp }} 的維數相等,我們可以得出結論 M {\displaystyle M} 等於 ( M ⊥ ) ⊥ {\displaystyle (M^{\perp })^{\perp }} 。) 因為 M ⊆ N {\displaystyle M\subseteq N} ,任何一個與 N {\displaystyle N} 中所有向量垂直的向量 v → {\displaystyle {\vec {v}}} ,也與 M {\displaystyle M} 中所有向量垂直。但是這句話只是說 N ⊥ ⊆ M ⊥ {\displaystyle N^{\perp }\subseteq M^{\perp }} . 我們將再次透過互相包含來證明集合相等。第一個方向很簡單;任何垂直於 v → {\displaystyle {\vec {v}}} 中每個向量的 M + N = { m → + n → | m → ∈ M , n → ∈ N } {\displaystyle M+N=\{{\vec {m}}+{\vec {n}}\,{\big |}\,{\vec {m}}\in M,\,{\vec {n}}\in N\}} 的向量,也垂直於形式為 m → + 0 → {\displaystyle {\vec {m}}+{\vec {0}}} 的每個向量(即, M {\displaystyle M} 中的每個向量)以及形式為 0 → + n → {\displaystyle {\vec {0}}+{\vec {n}}} 的每個向量( N {\displaystyle N} 中的每個向量),所以 ( M + N ) ⊥ ⊆ M ⊥ ∩ N ⊥ {\displaystyle (M+N)^{\perp }\subseteq M^{\perp }\cap N^{\perp }} 。第二個方向也是常規的;任何向量 v → ∈ M ⊥ ∩ N ⊥ {\displaystyle {\vec {v}}\in M^{\perp }\cap N^{\perp }} 垂直於形式為 c m → + d n → {\displaystyle c{\vec {m}}+d{\vec {n}}} 的任何向量,因為 v → ⋅ ( c m → + d n → ) = c ⋅ ( v → ⋅ m → ) + d ⋅ ( v → ⋅ n → ) = c ⋅ 0 + d ⋅ 0 = 0 {\displaystyle {\vec {v}}\cdot (c{\vec {m}}+d{\vec {n}})=c\cdot ({\vec {v}}\cdot {\vec {m}})+d\cdot ({\vec {v}}\cdot {\vec {n}})=c\cdot 0+d\cdot 0=0} 。
此練習推薦給所有讀者。
問題 15
本小節中的材料使我們能夠表達線性對映的範圍空間和零空間之間尚未見過的幾何關係。
表示 f : R 3 → R {\displaystyle f:\mathbb {R} ^{3}\to \mathbb {R} } 由以下給出 ( v 1 v 2 v 3 ) ↦ 1 v 1 + 2 v 2 + 3 v 3 {\displaystyle {\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}\mapsto 1v_{1}+2v_{2}+3v_{3}} 關於標準基並證明 ( 1 2 3 ) {\displaystyle {\begin{pmatrix}1\\2\\3\end{pmatrix}}} 是零空間的正交補中的一個成員。證明 N ( f ) ⊥ {\displaystyle {\mathcal {N}}(f)^{\perp }} 等於此向量的生成空間。 將其推廣到適用於任何 f : R n → R {\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} } 。 表示 f : R 3 → R 2 {\displaystyle f:\mathbb {R} ^{3}\to \mathbb {R} ^{2}} ( v 1 v 2 v 3 ) ↦ ( 1 v 1 + 2 v 2 + 3 v 3 4 v 1 + 5 v 2 + 6 v 3 ) {\displaystyle {\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}\mapsto {\begin{pmatrix}1v_{1}+2v_{2}+3v_{3}\\4v_{1}+5v_{2}+6v_{3}\end{pmatrix}}} 關於標準基並證明 ( 1 2 3 ) , ( 4 5 6 ) {\displaystyle {\begin{pmatrix}1\\2\\3\end{pmatrix}},\;{\begin{pmatrix}4\\5\\6\end{pmatrix}}} 都是零空間正交補的成員。證明 N ( f ) ⊥ {\displaystyle {\mathcal {N}}(f)^{\perp }} 是這兩個向量的生成空間。(提示:參見問題 14 的第三項。) 將其推廣到適用於任何 f : R n → R m {\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} ^{m}} 。
這個結果及其相關結果被稱為線性代數的基本定理(參見Strang 1993 )。
答案
表示 ( v 1 v 2 v 3 ) ⟼ f 1 v 1 + 2 v 2 + 3 v 3 {\displaystyle {\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}{\stackrel {f}{\longmapsto }}1v_{1}+2v_{2}+3v_{3}} 是這個。 R e p E 3 , E 1 ( f ) = ( 1 2 3 ) {\displaystyle {\rm {Rep}}_{{\mathcal {E}}_{3},{\mathcal {E}}_{1}}(f)={\begin{pmatrix}1&2&3\end{pmatrix}}} 根據 f {\displaystyle f} 的定義 N ( f ) = { ( v 1 v 2 v 3 ) | 1 v 1 + 2 v 2 + 3 v 3 = 0 } = { ( v 1 v 2 v 3 ) | ( 1 2 3 ) ⋅ ( v 1 v 2 v 3 ) = 0 } {\displaystyle {\mathcal {N}}(f)=\{{\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}\,{\big |}\,1v_{1}+2v_{2}+3v_{3}=0\}=\{{\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}\,{\big |}\,{\begin{pmatrix}1\\2\\3\end{pmatrix}}\cdot {\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}=0\}} 第二個描述恰好表達了這一點。 N ( f ) ⊥ = [ { ( 1 2 3 ) } ] {\displaystyle {\mathcal {N}}(f)^{\perp }=[\{{\begin{pmatrix}1\\2\\3\end{pmatrix}}\}]}
推廣到任何 f : R n → R {\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} } ,都存在一個向量 h → {\displaystyle {\vec {h}}} ,使得 ( v 1 ⋮ v n ) ⟼ f h 1 v 1 + ⋯ + h n v n {\displaystyle {\begin{pmatrix}v_{1}\\\vdots \\v_{n}\end{pmatrix}}{\stackrel {f}{\longmapsto }}h_{1}v_{1}+\dots +h_{n}v_{n}} 並且 h → ∈ N ( f ) ⊥ {\displaystyle {\vec {h}}\in {\mathcal {N}}(f)^{\perp }} 。我們可以像上一項中一樣,用標準基表示 f {\displaystyle f} ,並取 h → {\displaystyle {\vec {h}}} 為該矩陣表示的一行的轉置得到的列向量來證明這一點。 當然, R e p E 3 , E 2 ( f ) = ( 1 2 3 4 5 6 ) {\displaystyle {\rm {Rep}}_{{\mathcal {E}}_{3},{\mathcal {E}}_{2}}(f)={\begin{pmatrix}1&2&3\\4&5&6\end{pmatrix}}} 所以零空間就是這個集合。 N ( f ) { ( v 1 v 2 v 3 ) | ( 1 2 3 4 5 6 ) ( v 1 v 2 v 3 ) = ( 0 0 ) } {\displaystyle {\mathcal {N}}(f)\{{\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}\,{\big |}\,\;{\begin{pmatrix}1&2&3\\4&5&6\end{pmatrix}}{\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}={\begin{pmatrix}0\\0\end{pmatrix}}\;\}} 該描述清楚地表明 ( 1 2 3 ) , ( 4 5 6 ) ∈ N ( f ) ⊥ {\displaystyle {\begin{pmatrix}1\\2\\3\end{pmatrix}},\,{\begin{pmatrix}4\\5\\6\end{pmatrix}}\in {\mathcal {N}}(f)^{\perp }} 並且由於 N ( f ) ⊥ {\displaystyle {\mathcal {N}}(f)^{\perp }} 是 R n {\displaystyle \mathbb {R} ^{n}} 的子空間,這兩個向量的跨度是零空間的正交補的子空間。為了證明這種包含關係是一個等式,我們取 M = [ { ( 1 2 3 ) } ] N = [ { ( 4 5 6 ) } ] {\displaystyle M=[\{{\begin{pmatrix}1\\2\\3\end{pmatrix}}\}]\qquad N=[\{{\begin{pmatrix}4\\5\\6\end{pmatrix}}\}]} 在 問題 14 的第三項中,如提示中所建議的那樣。 如上所述,從具體情況推廣到一般情況很容易:對於任何 f : R n → R m {\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} ^{m}} ,矩陣 H {\displaystyle H} 關於標準基表示對映的動作 ( v 1 ⋮ v n ) ⟼ f ( h 1 , 1 v 1 + h 1 , 2 v 2 + ⋯ + h 1 , n v n ⋮ h m , 1 v 1 + h m , 2 v 2 + ⋯ + h m , n v n ) {\displaystyle {\begin{pmatrix}v_{1}\\\vdots \\v_{n}\end{pmatrix}}{\stackrel {f}{\longmapsto }}{\begin{pmatrix}h_{1,1}v_{1}+h_{1,2}v_{2}+\dots +h_{1,n}v_{n}\\\vdots \\h_{m,1}v_{1}+h_{m,2}v_{2}+\dots +h_{m,n}v_{n}\end{pmatrix}}} 並且對零空間的描述表明,在轉置 m {\displaystyle m} 行的 H {\displaystyle H} h → 1 = ( h 1 , 1 h 1 , 2 ⋮ h 1 , n ) , … h → m = ( h m , 1 h m , 2 ⋮ h m , n ) {\displaystyle {\vec {h}}_{1}={\begin{pmatrix}h_{1,1}\\h_{1,2}\\\vdots \\h_{1,n}\end{pmatrix}},\dots {\vec {h}}_{m}={\begin{pmatrix}h_{m,1}\\h_{m,2}\\\vdots \\h_{m,n}\end{pmatrix}}} 我們有 N ( f ) ⊥ = [ { h → 1 , … , h → m } ] {\displaystyle {\mathcal {N}}(f)^{\perp }=[\{{\vec {h}}_{1},\dots ,{\vec {h}}_{m}\}]} 。 (在 (Strang 1993 ) 中,此空間被描述為 H {\displaystyle H} 行空間的轉置。)
問題 16
定義投影 為線性變換 t : V → V {\displaystyle t:V\to V} ,具有以下性質:重複投影不會比單獨投影做更多事情: ( t ∘ t ) ( v → ) = t ( v → ) {\displaystyle (t\circ t)\,({\vec {v}})=t({\vec {v}})} ,對於所有 v → ∈ V {\displaystyle {\vec {v}}\in V} 都成立。
證明:將向量正交投影到直線上,具有該性質。 證明:將向量投影到子空間上,具有該性質。 證明:對於任何這樣的 t {\displaystyle t} ,都存在一個基底 B = ⟨ β → 1 , … , β → n ⟩ {\displaystyle B=\langle {\vec {\beta }}_{1},\ldots ,{\vec {\beta }}_{n}\rangle } ,對於 V {\displaystyle V} ,使得 t ( β → i ) = { β → i i = 1 , 2 , … , r 0 → i = r + 1 , r + 2 , … , n {\displaystyle t({\vec {\beta }}_{i})={\begin{cases}{\vec {\beta }}_{i}&i=1,2,\dots ,\,r\\{\vec {0}}&i=r+1,r+2,\dots ,\,n\end{cases}}} 其中 r {\displaystyle r} 是 t {\displaystyle t} 的秩。 由此推斷,每個投影都是沿子空間的投影。 同樣可以推斷,每個投影都有一個表示形式 R e p B , B ( t ) = ( I Z Z Z ) {\displaystyle {\rm {Rep}}_{B,B}(t)=\left({\begin{array}{c|c}I&Z\\\hline Z&Z\end{array}}\right)} ,以分塊部分單位矩陣的形式。
答案
首先要注意,如果一個向量 v → {\displaystyle {\vec {v}}} 已經在直線上,那麼正交投影將得到 v → {\displaystyle {\vec {v}}} 本身。驗證這一點的一種方法是將投影公式應用於由向量 s → {\displaystyle {\vec {s}}} 張成的直線上,即 ( v → ⋅ s → / s → ⋅ s → ) ⋅ s → {\displaystyle ({\vec {v}}\cdot {\vec {s}}/{\vec {s}}\cdot {\vec {s}})\cdot {\vec {s}}} 。將直線視為 { k ⋅ v → | k ∈ R } {\displaystyle \{k\cdot {\vec {v}}\,{\big |}\,k\in \mathbb {R} \}} ( v → = 0 → {\displaystyle {\vec {v}}={\vec {0}}} 的情況是單獨的,但很容易處理)得到 ( v → ⋅ v → / v → ⋅ v → ) ⋅ v → {\displaystyle ({\vec {v}}\cdot {\vec {v}}/{\vec {v}}\cdot {\vec {v}})\cdot {\vec {v}}} ,簡化為 v → {\displaystyle {\vec {v}}} ,如預期的那樣。現在,這回答了這個問題,因為在將向量投影到直線上一次後,結果 proj ℓ ( v → ) {\displaystyle {\mbox{proj}}_{\ell }({\vec {v}})} 就在那條直線上。前一段說明,再次投影到同一條直線上將沒有任何影響。 這裡的論點與上一項中的論點類似。對於 V = M ⊕ N {\displaystyle V=M\oplus N} , v → = m → + n → {\displaystyle {\vec {v}}={\vec {m}}+{\vec {n}}} 的投影是 proj M , N ( v → ) = m → {\displaystyle {\mbox{proj}}_{M,N}({{\vec {v}}\,})={\vec {m}}} 。現在重複投影將得到 proj M , N ( m → ) = m → {\displaystyle {\mbox{proj}}_{M,N}({\vec {m}})={\vec {m}}} ,如預期的那樣,因為將 M {\displaystyle M} 的成員分解為 M {\displaystyle M} 的成員和 N {\displaystyle N} 的成員的和是 m → = m → + 0 → {\displaystyle {\vec {m}}={\vec {m}}+{\vec {0}}} 。因此,沿著 N {\displaystyle N} 到 M {\displaystyle M} 上進行兩次投影的效果與進行一次投影相同。 As suggested by the prior items, the condition gives that t {\displaystyle t} leaves vectors in the rangespace unchanged, and hints that we should take β → 1 {\displaystyle {\vec {\beta }}_{1}} , ..., β → r {\displaystyle {\vec {\beta }}_{r}} to be basis vectors for the range, that is, that we should take the range space of t {\displaystyle t} for M {\displaystyle M} (so that dim ( M ) = r {\displaystyle \dim(M)=r} ). As for the complement, we write N {\displaystyle N} for the nullspace of t {\displaystyle t} and we will show that V = M ⊕ N {\displaystyle V=M\oplus N} . To show this, we can show that their intersection is trivial M ∩ N = { 0 → } {\displaystyle M\cap N=\{{\vec {0}}\}} and that they sum to the entire space M + N = V {\displaystyle M+N=V} . For the first, if a vector m → {\displaystyle {\vec {m}}} is in the rangespace then there is a v → ∈ V {\displaystyle {\vec {v}}\in V} with t ( v → ) = m → {\displaystyle t({\vec {v}})={\vec {m}}} , and the condition on t {\displaystyle t} gives that t ( m → ) = ( t ∘ t ) ( v → ) = t ( v → ) = m → {\displaystyle t({\vec {m}})=(t\circ t)\,({\vec {v}})=t({\vec {v}})={\vec {m}}} , while if that same vector is also in the nullspace then t ( m → ) = 0 → {\displaystyle t({\vec {m}})={\vec {0}}} and so the intersection of the rangespace and nullspace is trivial. For the second, to write an arbitrary v → {\displaystyle {\vec {v}}} as the sum of a vector from the rangespace and a vector from the nullspace, the fact that the condition t ( v → ) = t ( t ( v → ) ) {\displaystyle t({\vec {v}})=t(t({\vec {v}}))} can be rewritten as t ( v → − t ( v → ) ) = 0 → {\displaystyle t({\vec {v}}-t({\vec {v}}))={\vec {0}}} suggests taking v → = t ( v → ) + ( v → − t ( v → ) ) {\displaystyle {\vec {v}}=t({\vec {v}})+({\vec {v}}-t({\vec {v}}))} . So we are finished on taking a basis B = ⟨ β → 1 , … , β → n ⟩ {\displaystyle B=\langle {\vec {\beta }}_{1},\ldots ,{\vec {\beta }}_{n}\rangle } for V {\displaystyle V} where ⟨ β → 1 , … , β → r ⟩ {\displaystyle \langle {\vec {\beta }}_{1},\ldots ,{\vec {\beta }}_{r}\rangle } is a basis for the rangespace M {\displaystyle M} and ⟨ β → r + 1 , … , β → n ⟩ {\displaystyle \langle {\vec {\beta }}_{r+1},\ldots ,{\vec {\beta }}_{n}\rangle } is a basis for the nullspace N {\displaystyle N} . 每個投影(在本練習中定義)都是投影到其值域並沿著其零空間進行投影。 這也直接來自第三項。
Strang, Gilbert (1993), "線性代數基本定理", 美國數學月刊 , 美國數學學會: 848–855 .
Strang, Gilbert (1980), 線性代數及其應用 (第 2 版), Hartcourt Brace Javanovich