MIT线性代数笔记-第十四讲
这一节课主要讲的是正交
下图为之前四种子空间的关系
orthogonal(perpendicular) vectors
->
->
zero vector is orthogonal to everybody
subspace S is orthogonal to subspace T
means:every vector in S is orthogonal to every vector in T
这也代表了:orthogonal subspaces don’t intersect at any nonzero vector
row space is orthogonal to null space
but why?
证明如下:
AX = 0
…
nullspace and row space are orthogonal complements in
which means
null space contains all vectors 垂直于 row space
coming:
“solve” Ax = b when there is no solution
为什么我们要求一个看起来这么荒谬的东西?
两个原因:
1.当m > n时,有大量的b不会在A的列空间中
2.实际应用时候,b可能会有噪音(观测值误差),而我们想利用b获取更多的信息
为了解决这个问题,我们需要更好的了解,它有两个特点:
1.square
2.symmetric
我们首先来看一个的例子:
可以看出,A是不可逆的,m > n
我们来看看
可逆!
那么对于,我们可以做一下转换:
既然如此,那么我们自然很关注在什么情况下可逆
rank of = rank of A
is invertible exactly if A has indep cols