2.6 Computations concerning subspaces

本文探讨了线性代数中的关键计算问题,包括如何确定由一组向量张成的子空间维度,判断向量是否属于特定子空间,以及描述子空间中向量的形态。通过矩阵的行简化阶梯形、增广矩阵和可逆矩阵,解决了向量的线性组合和依赖性问题,并提供了实例解析。

这一节并没有定理内容,完全关于计算。核心是解决以下三个问题:

  1. 如何确定α1,…,αm\alpha_1,\dots,\alpha_mα1,,αm张成的subspace W的维度?
  2. 怎么确定是否β∈span(α1,…,αm)\beta\in span(\alpha_1,\dots,\alpha_m)βspan(α1,,αm)
  3. 如何显式地描述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αiFs, then AX=0AX=0AX=0 is equivalent to ∑i=1nxiαi\sum_{i=1}^nx_i \alpha_ii=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=0i=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}112130411252y1y2y3y4100003412390y2y1y2y3+2y2y4y2100001002039y2y2y4y1y2+3(y4y2)y3+2y2+4(y4y2)100001002030y2y2y4y14y2+3y43y114y2+y3+13y4
For α\alphaα we have 12+70+9−91=012+70+9-91=012+70+991=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 09144+42=0 and −3−14+13≠0-3-14+13\neq 0314+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}131044120259100044111211111000401102110
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=04x1x2+4x3=08x111x2+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,1i,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=0c1+c2=0,c2+c3=0c2(1i)+c3i=0c2=0c1=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}10i1+i1i1iiiabc1001+i1iiiii1abc+ai1002i1002i11+2iabb+c+aica+(abc)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=ci+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}10211124202152121352b1b2b3b4b510000122312110321134b1b2b32b1b4b3b1+b510000113202301024310b1b1+b5b4b3b2b3+b22b1100001100023590249150b1b5+b12b1+b2+2b53b1b3+b4+3b5b3+b22b1
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=312621714420101926130110

( 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}3126217144201019261301101000700001013505011010007000000130050010
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.

本数据集来源于 2024 年 7 月在江西省中东部余干县、贵溪市、金溪县丘陵林地采集的千枚岩、红砂岩、花岗岩母质发育红壤关键带剖面土壤实测数据,空间覆盖 3 个县域不同岩性风化壳林地,采样点位经纬度分别为千枚岩剖面 P10(116.8316°E,28.5269°N)、红砂岩剖面 P08(117.1048°E,28.3492°N)、花岗岩剖面 P04(116.6883°E,27.9963°N);垂直空间采样深度存在差异,千枚岩与花岗岩剖面采样深度 0~600 cm,红砂岩剖面采样深度 0~450 cm,垂直分层采样分辨率为 0~50 cm 区间分 0~20 cm、20~50 cm 两层,50 cm 以下土层以 50 cm 为固定间隔分层,整套数据集共包含 36 条土壤剖面分层记录,其中 P10 千枚岩剖面 13 条、P08 红砂岩剖面 11 条、P04 花岗岩剖面 13 条。数据采集时间为 2024 年 7 月,实验室理化指标、矿物测试、酸碱滴定及统计建模工作于 2024 年 7 月 —2026 年 5 月完成,无时间序列连续监测数据,仅为单次野外剖面采样静态数据集。 数据集包含野外剖面基础信息、土壤酸碱滴定原始数据、土壤酸度指标、交换性盐基与交换性酸、土壤机械组成、有机质、黏土与原生矿物半定量 XRD 数据、无定形 / 晶形铁铝氧化物含量。全量理化指标计量单位统一规范:酸缓冲容量 pHBC 单位为 cmol・kg⁻¹・pH⁻¹,交换性酸、交换性盐基离子单位为 cmol・kg⁻¹,矿物以质量百分比(%)表示,、黏粒 / 粉粒 / 砂粒、有机质、铁铝氧化物单位均为g/kg,pH 为无量纲数值。 覆盖范围: 中位纬度: 28.2616 中位经度: 116.89654999999999 南界纬度: 27.9963 西界经度: 116.6883 北界纬度: 28.5269 东界经
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值