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++

相关推荐
珠海新立电子科技有限公司2 小时前
FPC柔性线路板与智能生活的融合
人工智能·生活·制造
IT古董2 小时前
【机器学习】机器学习中用到的高等数学知识-8. 图论 (Graph Theory)
人工智能·机器学习·图论
曼城周杰伦3 小时前
自然语言处理:第六十三章 阿里Qwen2 & 2.5系列
人工智能·阿里云·语言模型·自然语言处理·chatgpt·nlp·gpt-3
余炜yw3 小时前
【LSTM实战】跨越千年,赋诗成文:用LSTM重现唐诗的韵律与情感
人工智能·rnn·深度学习
莫叫石榴姐4 小时前
数据科学与SQL:组距分组分析 | 区间分布问题
大数据·人工智能·sql·深度学习·算法·机器学习·数据挖掘
如若1234 小时前
利用 `OpenCV` 和 `Matplotlib` 库进行图像读取、颜色空间转换、掩膜创建、颜色替换
人工智能·opencv·matplotlib
YRr YRr4 小时前
深度学习:神经网络中的损失函数的使用
人工智能·深度学习·神经网络
ChaseDreamRunner4 小时前
迁移学习理论与应用
人工智能·机器学习·迁移学习
Guofu_Liao4 小时前
大语言模型---梯度的简单介绍;梯度的定义;梯度计算的方法
人工智能·语言模型·矩阵·llama
我爱学Python!4 小时前
大语言模型与图结构的融合: 推荐系统中的新兴范式
人工智能·语言模型·自然语言处理·langchain·llm·大语言模型·推荐系统