当前位置: 首页 > news >正文

【11408学习记录】考研数学线性代数精讲:矩阵方程求解与秩的深度解析

矩阵方程与矩阵的秩

  • 数学
    • 线性代数
      • 矩阵方程
        • 例题
      • 等价矩阵和矩阵的等价标准形
      • 矩阵的秩
        • 定义
        • 求法
        • 有关秩的几个重要式子
  • 英语
    • 每日一句
      • 词汇
      • 第一步:找谓语
      • 第二步:断句
      • 第三步:简化
        • 主句
        • 原因状语从句
        • 宾语从句
          • 定语从句

2025.07.09

数学

线性代数

矩阵方程

含有未知矩阵的方程称为矩阵方程

解矩阵方程,应先根据题设条件和矩阵的运算规则,将方程进行恒等变形,使方程化成 AX=B,XA=B或 AXB=CAX=B, XA = B \ 或 \ AXB = CAX=B,XA=B  AXB=C 的形式。

AAA 可逆,或 A,BA, BA,B 均可逆,则分别可得解为:X=A−1B,X=BA−1,X=A−1CB−1X = A^{-1}B, X = BA^{-1}, X = A^{-1}CB^{-1}X=A1B,X=BA1,X=A1CB1.

例题

设矩阵 AAA 的伴随矩阵:
A∗=[1000010010100−308]A^* = \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 1 & 0 & 1 & 0 \\ 0 & -3 & 0 & 8 \end{bmatrix} A=1010010300100008

ABA−1=BA−1+3EABA^{-1} = BA^{-1}+3EABA1=BA1+3E,其中 EEE 是4阶单位矩阵,求矩阵 BBB

分析
ABA−1=BA−1+3EABA−1−BA−1=3E(A−E)BA−1=3E\begin{align} ABA^{-1} \notag&= BA^{-1}+3E \\ ABA^{-1} - BA^{-1}\notag&= 3E \\ (A - E)BA^{-1} \notag&= 3E \end{align} ABA1ABA1BA1(AE)BA1=BA1+3E=3E=3E

此时我们就将原式转化为了 AXB=CAXB = CAXB=C 的形式,其中,形式中的各部分分别与原式中的如下部分对应:

A=A−EA = A - EA=AE
X=BX = BX=B
B=A−1B = A^{-1}B=A1
C=3EC = 3EC=3E

A−EA - EAEA−1A^{-1}A1 均可逆,则 B=(A−E)−13E(A−1)−1B = (A-E)^{-1}3E(A^{-1})^{-1}B=(AE)13E(A1)1

这里我们假设A−EA - EAEA−1A^{-1}A1 均可逆,我们根据逆矩阵的公式,可以将该式子进一步进行转化:

B=(A−E)−13E(A−1)−1=3{(A−E)A−1}−1=3{AA−1−EA−1}−1=3{E−A−1}−1\begin{align} B \notag &= (A-E)^{-1}3E(A^{-1})^{-1} \\ \notag &= 3\{(A-E)A^{-1}\}^{-1} \\ \notag &= 3\{AA^{-1} - EA^{-1}\}^{-1} \\ \notag &= 3\{E - A^{-1}\}^{-1} \end{align} B=(AE)13E(A1)1=3{(AE)A1}1=3{AA1EA1}1=3{EA1}1

由题目中给出的伴随矩阵 A∗A^*A,我们可以得到公式 A∗=∣A∣A−1A^* = |A|A^{-1}A=AA1

由公式 ∣A∗∣=∣A∣n−1|A^*| = |A|^{n-1}A=An1 可得,∣A∣3=∣A∗∣|A|^3 = |A^*|A3=A ,由于 ∣A∗∣|A^*|A 为左下三角行列式,因此 ∣A∗∣=1×1×1×8=8|A^*| = 1 × 1 × 1 × 8 = 8A=1×1×1×8=8 ,此时我们就可以求出 ∣A∣=2|A| = 2A=2.

因为 ∣A∣=2≠0|A| = 2 \neq 0A=2=0 ,因此,原式可以转换为 B=3{E−A∗∣A∣}−1B = 3\{E - \frac{A^*}{|A|}\}^{-1}B=3{EAA}1

∣A∣=2|A| = 2A=2 带入后,我们就可以得到:

B=3{[1000010000100001]−[12000012001201200−3204]}−1=3{[1200001200−1201200320−3]}−1=3{12[10000100−1010030−6]}−1=3×2{[10000100−1010030−6]}−1=6[10000100−1010030−6]−1\begin{align} B \notag &= 3\{ \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix} {-} \begin{bmatrix} \frac{1}{2} & 0 & 0 & 0 \\ 0 & \frac{1}{2} & 0 & 0 \\ \frac{1}{2} & 0 & \frac{1}{2} & 0 \\ 0 & -\frac{3}{2} & 0 & 4 \end{bmatrix} \}^{-1} \\ \notag &= 3\{\begin{bmatrix} \frac{1}{2} & 0 & 0 & 0 \\ 0 & \frac{1}{2} & 0 & 0 \\ -\frac{1}{2} & 0 & \frac{1}{2} & 0 \\ 0 & \frac{3}{2} & 0 & -3 \end{bmatrix}\}^{-1} \\ \notag &= 3\{\frac{1}{2} \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ -1 & 0 & 1 & 0 \\ 0 &3& 0 & -6 \end{bmatrix}\}^{-1} \\ \notag &= 3 × 2 \{ \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ -1 & 0 & 1 & 0 \\ 0 &3& 0 & -6 \end{bmatrix} \}^{-1} \\ \notag &= 6 \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ -1 & 0 & 1 & 0 \\ 0 &3& 0 & -6 \end{bmatrix}^{-1} \end{align} B=3{1000010000100001210210021023002100004}1=3{210210021023002100003}1=3{211010010300100006}1=3×2{1010010300100006}1=610100103001000061

此时我们只需要利用初等行变换求出矩阵[10000100−1010030−6]\begin{bmatrix}1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ -1 & 0 & 1 & 0 \\ 0 &3& 0 & -6 \end{bmatrix}1010010300100006 的逆矩阵即可:

[1000⋮10000100⋮0100−1010⋮0010030−6⋮0001]→第1行的1倍加到第3行[1000⋮10000100⋮01000010⋮1010030−6⋮0001]→第2行的−3倍加到第4行[1000⋮10000100⋮01000010⋮1010000−6⋮0−301]→−16乘第4行[1000⋮10000100⋮01000010⋮10100001⋮0120−16]\begin{bmatrix} 1 & 0 & 0 & 0 & \vdots & 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & \vdots & 0 & 1 & 0 & 0 \\ -1 & 0 & 1 & 0 & \vdots & 0 & 0 & 1 & 0 \\ 0 &3& 0 & -6 & \vdots & 0 & 0 & 0 & 1 \end{bmatrix} \xrightarrow{第1行的1倍加到第3行} \\\ \\ \begin{bmatrix} 1 & 0 & 0 & 0 & \vdots & 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & \vdots & 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 & \vdots & 1 & 0 & 1 & 0 \\ 0 &3& 0 & -6 & \vdots & 0 & 0 & 0 & 1 \end{bmatrix} \xrightarrow{第2行的-3倍加到第4行} \\\ \\ \begin{bmatrix} 1 & 0 & 0 & 0 & \vdots & 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & \vdots & 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 & \vdots & 1 & 0 & 1 & 0 \\ 0 & 0 & 0 & -6 & \vdots & 0 & -3 & 0 & 1 \end{bmatrix} \xrightarrow{-\frac{1}{6}乘第4行} \\\ \\ \begin{bmatrix} 1 & 0 & 0 & 0 & \vdots & 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & \vdots & 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 & \vdots & 1 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 & \vdots & 0 & \frac{1}{2} & 0 & -\frac{1}{6} \end{bmatrix} 101001030010000610000100001000011行的1倍加到第3 100001030010000610100100001000012行的3倍加到第4 1000010000100006101001030010000161乘第4 1000010000100001101001021001000061

此时我们就得到了矩阵 [10000100−1010030−6]\begin{bmatrix}1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ -1 & 0 & 1 & 0 \\ 0 &3& 0 & -6 \end{bmatrix}1010010300100006 的逆矩阵 [1000010010100120−16]\begin{bmatrix}1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 1 & 0 & 1 & 0 \\ 0 & \frac{1}{2} & 0 & -\frac{1}{6}\end{bmatrix}101001021001000061

此时我们再将常数6与改矩阵进行数乘,即可得到矩阵 B=[600006006060030−1]B = \begin{bmatrix}6 & 0 & 0 & 0 \\ 0 & 6 & 0 & 0 \\ 6 & 0 & 6 & 0 \\ 0 & 3 & 0 & -1\end{bmatrix}B=6060060300600001

等价矩阵和矩阵的等价标准形

A、BA、BAB 均是 m×nm×nm×n 矩阵,若存在可逆矩阵 Pm×n,Qm×nP_{m×n}, \ Q_{m×n}Pm×n, Qm×n ,使得 PAQ=BPAQ=BPAQ=B ,则称 A,BA, BA,B 是等价矩阵,记作 A≅BA \cong BAB

AAA 是一个 m×nm×nm×n 矩阵,则 AAA 等价于形如 [Er000]\begin{bmatrix}E_r & 0 \\ 0 & 0 \end{bmatrix}[Er000] 的矩阵(ErE_rEr 中的 rrr 恰是 r(A)r(A)r(A)),后者称为 AAA 的等价标准形,等价标准形是唯一的,即若 r(A)=rr(A) = rr(A)=r ,则存在可逆矩阵 P,QP, QP,Q ,使得:
PAQ=[Er000]PAQ = \begin{bmatrix} E_r & 0 \\ 0 & 0 \end{bmatrix} PAQ=[Er000]

矩阵的秩

定义

AAAm×nm×nm×n 矩阵,若存在 kkk 阶子式不为零,而任意 k+1k+1k+1 阶子式(如果有)全为零,则 r(A)=kr(A) = kr(A)=k,且若 AAAn×nn×nn×n 矩阵,则:
r(A)n×n=n⇔∣A∣≠0⇔A可逆r(A)_{n×n} = n \Leftrightarrow |A| \neq 0 \Leftrightarrow A 可逆 r(A)n×n=nA=0A可逆

求法

AAA 用初等行变化化为行阶梯形矩阵,其非零行数便为 AAA 的秩

有关秩的几个重要式子

AAAm×nm×nm×n 矩阵,BBB 是满足有关矩阵运算要求的矩阵,则:

  1. 0≤r(A)≤min{m,n}0 \leq r(A) \leq min\{m, n\}0r(A)min{m,n}
  2. r(kA)=r(A)(k≠0)r(kA) = r(A)(k \neq 0)r(kA)=r(A)(k=0)
  3. r(AB)≤min{r(A),r(B)}r(AB) \leq min\{r(A), r(B)\}r(AB)min{r(A),r(B)}
  4. r(A+B)≤r(A)+r(B)r(A +B) \leq r(A) + r(B)r(A+B)r(A)+r(B)
  5. r(A∗)={n,r(A)=n,1,r(A)=n−1,0,r(A)<n−1r(A^*) = \begin{cases}n, \ r(A) = n, \\ 1, \ r(A) = n - 1, \\ 0, \ r(A) < n - 1\end{cases}r(A)=n, r(A)=n,1, r(A)=n1,0, r(A)<n1 其中 AAAn(n≥2)n(n \geq 2)n(n2) 阶方阵
  6. AAAm×nm × nm×n 矩阵,P,QP, QP,Q 分别是 mmm 阶、nnn 阶可逆矩阵,则:
    r(A)=r(PA)=r(AQ)=r(PAQ)r(A) = r(PA) = r(AQ) = r(PAQ) r(A)=r(PA)=r(AQ)=r(PAQ)
  7. Am×nBm×n=0A_{m×n}B_{m×n} = 0Am×nBm×n=0 ,则 r(A)+r(B)≤nr(A) + r(B) \leq nr(A)+r(B)n
  8. r(A)=r(AT)=r(ATA)=r(AAT)r(A) = r(A^T) = r(A^TA) = r(AA^T)r(A)=r(AT)=r(ATA)=r(AAT)

英语

每日一句

But the article is actually quite optimistic, as it outlines a potential solution to this problem, suggesting that an approach (which involves a one-hour, next-to-no-cost program) can close 63 percent of the achievement gap (measured by such factors as grades) between first-generation and other students.(2015, Reading Comprehension, Part A Text 2)

词汇

optimistic: adj. 乐观的
optimism: n. 乐观;乐观主义
optimist: n. 乐观主义者;乐天派
pessimistic: adj. 悲观的,悲观主义的
outline:

  • v. 概述,勾勒
  • n. 轮廓;大纲,概要

a potential solution to sth. 解决某一问题的可能方案
potential: adj. 潜在的,可能的
next-to-no-cost: 几乎无成本的,接近零成本的

第一步:找谓语

But the article is actually quite optimistic, as it outlines a potential solution to this problem, suggesting that an approach (which involves a one-hour, next-to-no-cost program) can close 63 percent of the achievement gap (measured by such factors as grades) between first-generation and other students.

第二步:断句

原句中存在4处谓语,包含4件事,其谓语分别分布在以下部分:

  • is 为主句谓语
  • outlines 为 as 引导的原因状语从句谓语
  • involves 为 which 引导的定语从句谓语
  • can close 为 that 引导的宾语从句谓语

按照标点、引导词以及谓语,可以将句子断开为以下分句:

  • But the article is actually quite optimistic, —— 主句
  • as it outlines a potential solution to this problem, suggesting —— 原因状语从句
  • that an approach …… can close 63 percent of the achievement gap (measured by such factors as grades) between first-generation and other students. —— 宾语从句
  • (which involves a one-hour, next-to-no-cost program) —— 定语从句

第三步:简化

主句

But the article is actually quite optimistic

  • 主句主语部分:But the article
    • 并列连接词:but 用于连接该句与前一句,构成并列结构,表转折,但是仅分析此句时,可以将其省略
    • 定冠词:the 修饰名词:article
    • 名词:article 为主句主语核心词
  • 主句谓语部分:is 为系动词,后接表语
  • 主句表语部分:actually quite optimistic
    • 副词:actually 修饰整个主句
    • 副词:quite 修饰形容词:optimistic
    • 形容词:optimistic 为表语核心词

去掉扩展部分,就得到了主句的核心:

  • …… article is …… optimistic —— ……论文是……乐观的
原因状语从句

, as it outlines a potential solution to this problem

  • 从句引导词:as 引导原因状语从句,修饰主句,说明原因

  • 从句主语部分:it 代指主句

  • 从句谓语部分:outlines 为及物动词,后接宾语

  • 从句宾语部分:a potential solution

    • 不定冠词:a 与形容词:potential 共同修饰名词:solution
    • 名词:solution 为从句宾语核心词
  • 介词短语:to this problem 为名词:solution 的后置定语,用于说明 solution 的对象

    • 限定词:this 修饰名词:problem
      去掉从句的扩展部分,就得到了从句核心:
  • as it outlines …… solution

宾语从句

, suggesting that an approach …… can close 63 percent of the achievement gap (measured by such factors as grades) between first-generation and other students.

  • 非谓语动词:suggesting 修饰原因状语从句,表示伴随
  • 从句引导词:that 引导宾语从句,作为非谓语动词:suggesting 的宾语
  • 从句主语部分:an approach ……
    • 不定冠词:an 修饰名词:approach
    • 名词:approach 为从句主语核心词
    • 定语从句部分:approach 后由()插入了一句非限制性定语从句,用于解释说明:approach
  • 从句谓语部分:can close 为及物动词的情态动词 + 动词原型,后接宾语
  • 从句宾语部分:63 percent of the achievement gap (measured by such factors as grades) between first-generation and other students.
    • 数词:63 修饰名词:percent
    • 名词:percent 为从句宾语核心词
    • 介词短语:of the achievement gap (measured by such factors as grades) 为名词:percent 的后置定语,解释说明其范围
      • 定冠词:the 与名词:achievement 共同修饰名词:gap
      • 名词:gap 为介词:of 的宾语
    • 插入语部分:(measured by such factors as grades) 为名词 gap 的后置定语,进一步解释说明:gap
      • 非谓语动词:measured 表被动
      • 介词短语:by such factors as grades 修饰非谓语动词:measured 说明动作的执行者为:factors
        • 介词短语:as grades 为名词:factors 的后置定语,用于例举
    • 介词短语: between first-generation and other students 由并列连词:between …… and …… 构成名词并列结构,作为名词:gap 的后置定语,说明:gap 的范围

去掉从句扩展部分,就得到了从句的核心:

  • …… that …… approach …… can close …… percent …… —— …… 方法……能够消除……百分之……
定语从句

(which involves a one-hour, next-to-no-cost program)

  • 从句引导词:which 引导非限制性定语从句,用于解释说明名词:approach
    • 引导词:which 在从句中充当主语
  • 从句谓语部分:involves 为及物动词,后接宾语
  • 从句宾语部分:a one-hour, next-to-no-cost program
    • 不定冠词:a 修饰名词:program
    • 复合名词:one-hour 与复合形容词:next-to-no-cost 修饰名词:program
    • 名词:program 为从句宾语核心词

去掉从句扩展部分,就得到了从句核心:

  • which involves …… program —— 包含……项目的方法
http://www.dtcms.com/a/428065.html

相关文章:

  • 专业沈阳网站制作大数据公司排名
  • 做受视频网站现在流行什么语言建设网站
  • TDengine 时序函数 STATEDURATION 用户手册
  • Java-Spring入门指南(十二)SpringAop的三种实现方式
  • 网站在线统计代码cms开发框架
  • CometD 长轮询协议及在Salesforce中的应用
  • 企术建站网站收录查询主要由哪几个网站
  • 中小型网站建设与网络搭建教育机构加盟
  • 重庆职业能力建设投稿网站网站正能量免费推广软件晚上
  • LeetCode 114. 二叉树展开为链表
  • 网站性能优化电子商务网站建设与管理期末答案
  • 橙色网站设计手机社区网站模板
  • ns3 配置 Ubuntu × CLion
  • 大模型——长文拆解上下文工程落地策略与实践
  • 网站免费建站pixiv appdw如何在网站做弹窗
  • 分身宝 1.0.8 | 无限多开系统级分身~更稳定安全支持同时登录多个社交软件、游戏账号,互不干扰,操作简单便捷,一键切换
  • 网站服务器租用价格 贴吧磁力神器
  • 山东seo推广网站建设个人网站推广方案
  • 商务网站建设工程师是做网站找俊义 合优
  • 简要介绍IDM(Internet Download Manager)的功能及其在下载管理领域的地位
  • 杭州网站开发设计购物网站开发计划书
  • Javascript常量介绍
  • 从 Vercel 构建失败谈 Git 大小写敏感性问题:一个容易被忽视的跨平台陷阱
  • 门户网站有哪些品牌推广理论
  • wordpress 电商网站政务网站建设发言材料
  • 自己做的网站提示不安全企业做网站可以带中国吗
  • thumbnail(资源管理器 缩略图)
  • Java 25 新特性解析与代码示例
  • 新天力:以绿色创新重塑食品容器行业新生态
  • 做个购物网站多少钱关于做电影的网站设计