这一节并没有定理内容,完全关于计算。核心是解决以下三个问题:
- 如何确定α1,…,αm\alpha_1,\dots,\alpha_mα1,…,αm张成的subspace W的维度?
- 怎么确定是否β∈span(α1,…,αm)\beta\in span(\alpha_1,\dots,\alpha_m)β∈span(α1,…,αm)?
- 如何显式地描述W?也就是W中的向量以最低自由度表示有什么形态?
第一个问题可以通过化简α1,…,αm\alpha_1,\dots,\alpha_mα1,…,αm组成的矩阵至row-reduced echelon来解决;第三个问题可以通过代表行变换的可逆矩阵PPP来得到;第二个问题则是将α1,…,αm\alpha_1,\dots,\alpha_mα1,…,αm作为列向量得到一个方程组,用增广矩阵方法确定方程组是否有解,这个实质是linear combination,比较好理解。
后面举了两个例子说明此问题。
Exercises
1. Let s<ns<ns<n and AAA an s×ns\times ns×n matrix with entries in the field FFF. Use Theorem 4 (not its proof) to show that there is a non-zero XXX in Fn×1F^{n\times 1}Fn×1 such that AX=0AX=0AX=0.
Solution: Write A=[α1,…,αn]A=[\alpha_1,\dots,\alpha_n]A=[α1,…,αn], where each αi∈Fs\alpha_i\in F^sαi∈Fs, then AX=0AX=0AX=0 is equivalent to ∑i=1nxiαi\sum_{i=1}^nx_i \alpha_i∑i=1nxiαi, by Theorem 4, any independent set of vectors in FsF^sFs contains no more than sss elements, as s<ns<ns<n, the set of vectors {α1,…,αn}\{\alpha_1,\dots,\alpha_n \}{α1,…,αn} is linearly dependent, thus there must exists c1,…,cnc_1,\dots,c_nc1,…,cn not all zero such that ∑i=1nciαi=0\sum_{i=1}^nc_i \alpha_i=0∑i=1nciαi=0, this (c1,…,cn)∈Fn×1(c_1,\dots,c_n)\in F^{n\times 1}(c1,…,cn)∈Fn×1 is the XXX we need.
2. Let
α1=(1,1,−2,1),α2=(3,0,4,−1),α3=(−1,2,5,2).\alpha_1=(1,1,-2,1),\quad \alpha_2=(3,0,4,-1),\quad \alpha_3=(-1,2,5,2).α1=(1,1,−2,1),α2=(3,0,4,−1),α3=(−1,2,5,2).
Let
α=(4,−5,9,−7),β=(3,1,−4,4),γ=(−1,1,0,1).\alpha=(4,-5,9,-7),\quad \beta=(3,1,-4,4),\quad \gamma=(-1,1,0,1).α=(4,−5,9,−7),β=(3,1,−4,4),γ=(−1,1,0,1).
( a ) Which of the vectors α,β,γ\alpha,\beta,\gammaα,β,γ are in the subspaces of R4R^4R4 spanned by the αi\alpha_iαi?
( b ) Which of the vectors α,β,γ\alpha,\beta,\gammaα,β,γ are in the subspaces of C4C^4C4 spanned by the αi\alpha_iαi?
( c ) Does this suggest a theorem?
Solution:
( a ) We perform elementary row opeartions on [α1,α2,α3,α,β,γ][\alpha_1,\alpha_2,\alpha_3,\alpha,\beta,\gamma][α1,α2,α3,α,β,γ].
[13−1y1102y2−245y31−12y4]→[102y203−3y1−y2049y3+2y20−10y4−y2]→[102y2010y2−y400−3y1−y2+3(y4−y2)009y3+2y2+4(y4−y2)]→[102y2010y2−y400−3y1−4y2+3y40003y1−14y2+y3+13y4]\begin{aligned}\begin{bmatrix}1&3&-1&y_1\\1&0&2&y_2\\-2&4&5&y_3\\1&-1&2&y_4\end{bmatrix}&\rightarrow\begin{bmatrix}1&0&2&y_2\\0&3&-3&y_1-y_2\\0&4&9&y_3+2y_2\\0&-1&0&y_4-y_2\end{bmatrix}\\&\rightarrow\begin{bmatrix}1&0&2&y_2\\0&1&0&y_2-y_4\\0&0&-3&y_1-y_2+3(y_4-y_2 )\\0&0&9&y_3+2y_2+4(y_4-y_2 )\end{bmatrix}\\&\rightarrow\begin{bmatrix}1&0&2&y_2\\0&1&0&y_2-y_4\\0&0&-3&y_1-4y_2+3y_4\\0&0&0&3y_1-14y_2+y_3+13y_4\end{bmatrix}\end{aligned}⎣⎢⎢⎡11−21304−1−1252y1y2y3y4⎦⎥⎥⎤→⎣⎢⎢⎡1000034−12−390y2y1−y2y3+2y2y4−y2⎦⎥⎥⎤→⎣⎢⎢⎡1000010020−39y2y2−y4y1−y2+3(y4−y2)y3+2y2+4(y4−y2)⎦⎥⎥⎤→⎣⎢⎢⎡1000010020−30y2y2−y4y1−4y2+3y43y1−14y2+y3+13y4⎦⎥⎥⎤
For α\alphaα we have 12+70+9−91=012+70+9-91=012+70+9−91=0, thus α∈span{α1,α2,α3}\alpha\in span\{\alpha_1,\alpha_2,\alpha_3 \}α∈span{α1,α2,α3}, since 9−14−4+42≠09-14-4+42\neq 09−14−4+42=0 and −3−14+13≠0-3-14+13\neq 0−3−14+13=0, both β\betaβ and γ\gammaγ is not in the subspace.
( b ) The answer is the same with (a)
( c ) If F′F'F′ is a subspace of FFF, then UUU is a subspace of F′F'F′ if and only if UUU is a subspace of FFF.
3. Consider the vectors in R4R^4R4 defined by
α1=(−1,0,1,2),α2=(3,4,−2,5),α3=(1,4,0,9).\alpha_1=(-1,0,1,2),\quad \alpha_2=(3,4,-2,5),\quad \alpha_3=(1,4,0,9).α1=(−1,0,1,2),α2=(3,4,−2,5),α3=(1,4,0,9).
Find a system of homogeneous linear equations for which the space of solutions is exactly the subspace of R4R^4R4 spanned by the three given vectors.
Solution: First verify if α1,α2,α3\alpha_1,\alpha_2,\alpha_3α1,α2,α3 is linearly independent:
[−101234−251409]→[10−1−20411104111]→[10−1−2041110000]\begin{bmatrix}-1&0&1&2\\3&4&-2&5\\1&4&0&9\end{bmatrix}\rightarrow\begin{bmatrix}1&0&-1&-2\\0&4&1&11\\0&4&1&11\end{bmatrix}\rightarrow\begin{bmatrix}1&0&-1&-2\\0&4&1&11\\0&0&0&0\end{bmatrix}⎣⎡−1310441−20259⎦⎤→⎣⎡100044−111−21111⎦⎤→⎣⎡100040−110−2110⎦⎤
thus α1,α3\alpha_1,\alpha_3α1,α3 can be a basis for span(α1,α2,α3)span(\alpha_1,\alpha_2,\alpha_3 )span(α1,α2,α3), and one system may be
4x1−x2+4x3=08x1−11x2+4x4=04x_1-x_2+4x_3=0 \\
8x_1-11x_2+4x_4=04x1−x2+4x3=08x1−11x2+4x4=0
4. In C3C^3C3, let
α1=(1,0,i),α2=(1+i,1−i,1),α3=(i,i,i).\alpha_1=(1,0,i),\quad \alpha_2=(1+i,1-i,1),\quad \alpha_3=(i,i,i).α1=(1,0,i),α2=(1+i,1−i,1),α3=(i,i,i).
Prove that these vectors form a basis for C3C^3C3. What are the coordinates of the vectors (a,b,c)(a,b,c)(a,b,c) in this basis?
Solution: Let c1α1+c2α2+c3α3=0c_1 \alpha_1+c_2 \alpha_2+c_3 \alpha_3=0c1α1+c2α2+c3α3=0, then
c1+c2(1+i)+c3i=0 ⟹ c1+c2=0,c2+c3=0c2(1−i)+c3i=0 ⟹ c2=0 ⟹ c1=c3=0c_1+c_2 (1+i)+c_3 i=0 \implies c_1+c_2=0,c_2+c_3=0 \\
c_2 (1-i)+c_3 i=0 \implies c_2=0 \implies c_1=c_3=0 c1+c2(1+i)+c3i=0⟹c1+c2=0,c2+c3=0c2(1−i)+c3i=0⟹c2=0⟹c1=c3=0
thus the three vectors are linearly independent.
To show α1,α2,α3\alpha_1,\alpha_2,\alpha_3α1,α2,α3 may not be a basis for C3C^3C3, let x1α1+x2α2+x3α3=(a,b,c)x_1 \alpha_1+x_2 \alpha_2+x_3 \alpha_3=(a,b,c)x1α1+x2α2+x3α3=(a,b,c), then
[11+iia01−iib−i1ic]→[11+iia01−iib0ii−1c+ai]→[12i0a−b012i−1b+c+ai001+2ic−a+(a−b−c)i]\begin{bmatrix}1&1+i&i&a\\0&1-i&i&b\\-i&1&i&c\end{bmatrix}\rightarrow\begin{bmatrix}1&1+i&i&a\\0&1-i&i&b\\0&i&i-1&c+ai\end{bmatrix}\\ \rightarrow\begin{bmatrix}1&2i&0&a-b\\0&1&2i-1&b+c+ai\\0&0&1+2i&c-a+(a-b-c)i\end{bmatrix}⎣⎡10−i1+i1−i1iiiabc⎦⎤→⎣⎡1001+i1−iiiii−1abc+ai⎦⎤→⎣⎡1002i1002i−11+2ia−bb+c+aic−a+(a−b−c)i⎦⎤
If (a,b,c)=(1+2i,2i,0)(a,b,c)=(1+2i,2i,0)(a,b,c)=(1+2i,2i,0), then from the first two equations we have x1=1,x2=0x_1=1,x_2=0x1=1,x2=0, and x3=2x_3=2x3=2,
thus the last equation means −i+2i=c-i+2i=c−i+2i=c, or i=0i=0i=0, a contradiction.
5. Given an explicit description of the type (2-25) for the vectors β=(b1,b2,b3,b4,b5)\beta=(b_1,b_2,b_3,b_4,b_5)β=(b1,b2,b3,b4,b5) in R5R^5R5 which are linear combinations of the vectors
α1=(1,0,2,1,−1),α2=(−1,2,−4,2,0),α3=(2,−1,5,2,1)α4=(2,1,3,5,2).\alpha_1=(1,0,2,1,-1),\quad \alpha_2=(-1,2,-4,2,0),\\ \alpha_3=(2,-1,5,2,1)\quad \alpha_4=(2,1,3,5,2).α1=(1,0,2,1,−1),α2=(−1,2,−4,2,0),α3=(2,−1,5,2,1)α4=(2,1,3,5,2).
Solution: We have
[1−122b102−11b22−453b31225b4−1012b5]→[1−122b102−11b20−21−1b3−2b10303b4−b30−134b1+b5]→[1−122b10−134b1+b50303b4−b302−11b20000b3+b2−2b1]→[1−122b10−134b5+b100592b1+b2+2b5009153b1−b3+b4+3b50000b3+b2−2b1]\begin{aligned}\begin{bmatrix}1&-1&2&2&b_1\\0&2&-1&1&b_2\\2&-4&5&3&b_3\\1&2&2&5&b_4\\-1&0&1&2&b_5 \end{bmatrix}&\rightarrow\begin{bmatrix}1&-1&2&2&b_1\\0&2&-1&1&b_2\\0&-2&1&-1&b_3-2b_1\\0&3&0&3&b_4-b_3\\0&-1&3&4&b_1+b_5 \end{bmatrix}\\&\rightarrow\begin{bmatrix}1&-1&2&2&b_1\\0&-1&3&4&b_1+b_5\\0&3&0&3&b_4-b_3\\0&2&-1&1&b_2\\0&0&0&0&b_3+b_2-2b_1 \end{bmatrix}\\&\rightarrow\begin{bmatrix}1&-1&2&2&b_1\\0&-1&3&4&b_5+b_1\\0&0&5&9&2b_1+b_2+2b_5\\0&0&9&15&3b_1-b_3+b_4+3b_5\\0&0&0&0&b_3+b_2-2b_1 \end{bmatrix}\end{aligned}⎣⎢⎢⎢⎢⎡1021−1−12−4202−152121352b1b2b3b4b5⎦⎥⎥⎥⎥⎤→⎣⎢⎢⎢⎢⎡10000−12−23−12−110321−134b1b2b3−2b1b4−b3b1+b5⎦⎥⎥⎥⎥⎤→⎣⎢⎢⎢⎢⎡10000−1−1320230−1024310b1b1+b5b4−b3b2b3+b2−2b1⎦⎥⎥⎥⎥⎤→⎣⎢⎢⎢⎢⎡10000−1−100023590249150b1b5+b12b1+b2+2b53b1−b3+b4+3b5b3+b2−2b1⎦⎥⎥⎥⎥⎤
thus those vectors which are linear combinations of α1,α2,α3,α4\alpha_1,\alpha_2,\alpha_3,\alpha_4α1,α2,α3,α4 are those β\betaβ which satisfy b3+b2=2b1b_3+b_2=2b_1b3+b2=2b1.
6. Let VVV be the real vector space spaned by the rows of the matrix
A=[32109017−1−2−1214061642−1130]A=\begin{bmatrix}3&21&0&9&0\\1&7&-1&-2&-1\\2&14&0&6&1\\6&42&-1&13&0\end{bmatrix}A=⎣⎢⎢⎡312621714420−10−19−26130−110⎦⎥⎥⎤
( a ) Find a basis for VVV.
( b ) Tell which vectors (x1,x2,x3,x4,x5)(x_1,x_2,x_3,x_4,x_5)(x1,x2,x3,x4,x5) are elements of VVV.
( c ) If (x1,x2,x3,x4,x5)(x_1,x_2,x_3,x_4,x_5)(x1,x2,x3,x4,x5) is in VVV what are its coordinates in the basis chosen in part (a)?
Solution:
( a ) We have
[32109017−1−2−1214061642−1130]→[1703000−1−5−10000100−1−50]→[17030000000000100150]\begin{bmatrix}3&21&0&9&0\\1&7&-1&-2&-1\\2&14&0&6&1\\6&42&-1&13&0\end{bmatrix}\rightarrow\begin{bmatrix}1&7&0&3&0\\0&0&-1&-5&-1\\0&0&0&0&1\\0&0&-1&-5&0\end{bmatrix}\rightarrow\begin{bmatrix}1&7&0&3&0\\0&0&0&0&0\\0&0&0&0&1\\0&0&1&5&0\end{bmatrix}⎣⎢⎢⎡312621714420−10−19−26130−110⎦⎥⎥⎤→⎣⎢⎢⎡100070000−10−13−50−50−110⎦⎥⎥⎤→⎣⎢⎢⎡10007000000130050010⎦⎥⎥⎤
So a basis for VVV is (1,7,0,3,0),(0,0,0,0,1),(0,0,1,5,0)(1,7,0,3,0),(0,0,0,0,1),(0,0,1,5,0)(1,7,0,3,0),(0,0,0,0,1),(0,0,1,5,0).
( b ) Those (x1,x2,x3,x4,x5)(x_1,x_2,x_3,x_4,x_5)(x1,x2,x3,x4,x5) which satisfy x2=7x1x_2=7x_1x2=7x1 and x4=3x1+5x3x_4=3x_1+5x_3x4=3x1+5x3.
( c ) The coordinates are (x1,x5,x3)(x_1,x_5,x_3)(x1,x5,x3).
7. Let AAA be an m×nm\times nm×n matrix over the field FFF, and consider the system of equations AX=YAX=YAX=Y. Prove that this system of equations has a solution if and only if the row rank of AAA is equal to the row rank of the augmented matrix of the system.
Solution: Perform elementary row operations on AAA to get a row-reduced echelon matrix R, the same operations will lead A′=[A,Y]A'=[A,Y]A′=[A,Y] to a matrix [R,Y′][R,Y'][R,Y′], the system has a solution if and only if the nonzero rows of [R,Y′][R,Y'][R,Y′] is the same as the nonzero rows of RRR, which means their row ranks are the same. The conclusion follows since row rank of AAA equals row rank of RRR, and row rank of A′A'A′ equals row rank of [R,Y′][R,Y'][R,Y′], by Theorem 9.
本文探讨了线性代数中的关键计算问题,包括如何确定由一组向量张成的子空间维度,判断向量是否属于特定子空间,以及描述子空间中向量的形态。通过矩阵的行简化阶梯形、增广矩阵和可逆矩阵,解决了向量的线性组合和依赖性问题,并提供了实例解析。

3307

被折叠的 条评论
为什么被折叠?



