MIT学习笔记-Linear Algebra(二)

Teacher:Gilbert Strang

The text of the course: Introduction to Linear Algebra

Website:web.mit.edu/18.06,which got a lot of exercise from the past MATLAB codes, the syllabus for the course

Lecture 14

orthogonal subspace

row space is orthogonal to nullspace,
columnspace is orthongonal to nullspace of AT.

Subspace S is orthogonal to subspace T
mean:every vector in S is orthogonal to every vector in T.
rowspace is orthogonal to nulspace. Why?
nullspace and rowspace are orthogonal complement in R4.
nullspace contains all vectors 垂直于 row space.

Coming: Ax=b when there is no solution, ------ATAx’=ATb

“solve” the equations.
ATA have these properties: (ATA)T=ATA; n*n;
N(ATA)=N(A); rank of ATA=rank of A.
ATA is invertible exactly if A has indep column.
MIT学习笔记-Linear Algebra(二)