06 MIT线性代数-线性无关,基和维数Independence, basis, and dimension

1. 线性无关 Independence

Suppose A is m by n with m<n (more unknowns than equations)

Then there are nonzero solutions to Ax=0

Reason: there will be free variables! A 中具有至少一个自由变量,那么Ax =0 一定具有非零解。A 的列向量可以线性组合得到零向量,所以A的列向量是线性相关的。

independence:vectors X1, X2,...,Xn are independent if no combination gives zero vectors (expect the zero comb. all Ci =0)

Repeat when v1,v2,..., vn are columns of A

++they are independent if nullspace of A is zero vector , rank=n , N(A)={0}, no free variables++ 若这些向量作为列向量构成矩阵A ,则方程Ax =0 只有零解x =0 ,或称矩阵A的零空间只有零向量

++they are dependent if Ac=0 for some nonzero C, rank<n , Yes free variables++

结论:

此矩阵构成的方程Ax=0必有非零解,即三个向量线性相关

矩阵A 的列向量为线性无关,则A所有的列均为主元列,没有自由列,矩阵的秩为n。

A的列向量为线性相关,则矩阵的秩小于n,并且存在自由列

2. 张成空间 Spanning a space

vectors v1, v2, v3, ..., vn span a space means: The space consists of all combs. of those vectors

3. 基与维数Basis &Dimension

Basis for a space is a sequance of vectors v1, v2, ..., vd with 2 properties:

1. they are independent

2. they span the space

空间的基告诉我们了空间的一切信息

Example: Space is R3

standard: one basis

Rn : n vectors give basis if the nxn matrix with those cols is invertible

3.1 子空间的基 Basis for a subspace

可以张成R 3中的一个平面,但是它们无法成为R3空间的一组基

Given a space: Every basis for the space has the same number of vectors (dimension of the space)

3.2 列空间和零空间的基 Basis of a column space and nullspace

讨论列空间:

矩阵A 的四个列向量张成了矩阵A 的列空间,其中第3列和第4列与前两列线性相关,而前两个列向量线性无关。因此前两列为主元列。他们组成了列空间C(A)的一组基。矩阵的秩为2。

++rank矩阵的秩r=# of pivot columns 矩阵主元列的数目=dimension of C(A)列空间的维数++

讨论零空间:

必然在零空间N(A)之内

++dim N(A)零空间的维数=自由列的数目# of free variables=n-r++

相关推荐
Kiyra11 小时前
异步任务不用 Kafka 也行:用 Redis Stream 搭一套轻量级 Producer/Consumer 框架
数据库·人工智能·redis·分布式·后端·缓存·kafka
城事漫游Molly11 小时前
定量研究设计清单:问卷、实验与变量操作化怎么做?
大数据·人工智能·算法·ai写作·论文笔记
涤生大数据11 小时前
大数据凉了?速看4月的就业数据新鲜出炉!AI时代岗位不会原地消失,而是岗位的标准会被逐步抬高
大数据·人工智能
七夜zippoe11 小时前
基于 JiuwenClaw AgentTeam 集群模式的年会策划实战:从源码部署到多智能体协作落地
人工智能·agent·openjiuwen·jiuwenclaw·agentteam
Soari11 小时前
科研绘图新纪元:深度拆解 3DCellForge,AI 驱动的交互式 3D 细胞建模神器
人工智能·3d·科研绘图·3dcellforg
new【一个】对象11 小时前
Python 包管理器uv
人工智能·windows·python
智塑未来11 小时前
高精度3D室内定位设备如何赋能机器人科研创新
人工智能·安全
captain_AIouo11 小时前
Captain AI全功能矩阵覆盖OZON运营每一个关键节点
大数据·人工智能·经验分享·矩阵·aigc
机器之心11 小时前
OpenAI杀疯了!砸40亿美元成立新公司、还祭出网络防御利器Daybreak
人工智能·openai
Kiyra11 小时前
限流不是加个计数器就行:用 Lua 脚本实现多维度原子限流
开发语言·人工智能·网络协议·职场和发展·架构·lua·ai-native