08 MIT线性代数-求解Ax=b:可解性与结构Complete Solution of Ax=b

1. 可解的条件 Solvability conditions on b

检验Ax =b 是否可解的方法是对增广矩阵进行行消元。如果矩阵A 的行被完全消去的话,则对应的b的分量也要得0

两条关于b的限制条件(等价)

  1. if a comb. of rows of A gives zero row, then same comb. of enties of b must give 0

  2. Ax=b solvable when b is in C(A)

2. 通解 Complete solution

to find complete soln's to Ax=b 我们首先检验方程是否可解,然后找到一个特解。将特解和矩阵零空间的向量相加即为方程的通解

2.1. 特解 A particular solution

Ax =b特解的方法是将自由变量均赋值为0,求解其主变量

xparticular : set all free variables to zero, x2=x4=0

solve Ax=b for pivot variables

x3=3/2,x1=-2

特解为x p=

2.2. 零空间进行线性组合 Combined with nullspace

Ax =b的通解为: Xc = Xp + Xn

特解 particualr 基础解系special solutions 矩阵的零空间N(A )是R 4空间中的二维子空间,方程的解Ax =b 构成了穿过x p点并和矩阵零空间平行的"平面"。但该"平面"并不是R4空间的子空间

3. 秩 Rank

矩阵的秩等于矩阵的主元数。如果mxn矩阵的秩为r,则必有r<=m且r<=n

满秩(full rank):

1. 列满秩full column rank means:r=n no free variables

零空间N(A )之内只有零向量。方程无解或者有唯一解xp unique solution if it exists (0 or 1 solution)

2. 行满秩full row rank means:r=m <n

Can solve Ax=b for every b left with n-r = n-m free variables

3. 满秩 r=m=n,

矩阵可逆。零空间只有零向量,无论b 取何值,方程Ax =b都有唯一解

1 solution to Ax=b

4. summary:

the rank tells you everything about the number of solutions

相关推荐
明月与玄武3 分钟前
Python编程的真谛:超越语法,理解编程本质
python·编程语言
CodeCraft Studio5 分钟前
Excel处理控件Aspose.Cells教程:使用 Python 在 Excel 中进行数据验
开发语言·python·excel
拾忆-eleven39 分钟前
C语言实战:用Pygame打造高难度水果消消乐游戏
c语言·python·pygame
一只可爱的小猴子1 小时前
2022李宏毅老师机器学习课程笔记
人工智能·笔记·机器学习
旦莫1 小时前
Python 教程:我们可以给 Python 文件起中文名吗?
开发语言·python
豌豆花下猫1 小时前
Python 潮流周刊#99:如何在生产环境中运行 Python?(摘要)
后端·python·ai
小杨4041 小时前
python入门系列二十(peewee)
人工智能·python·pycharm
弧襪1 小时前
FlaskRestfulAPI接口的初步认识
python·flaskrestfulapi
船长@Quant1 小时前
文档构建:Sphinx全面使用指南 — 进阶篇
python·markdown·sphinx·文档构建
爱研究的小陈1 小时前
Day 4:机器学习初探——从监督学习到无监督学习
机器学习