Linear Algebra Lecture 10
1. Four Fundamental Subspaces
Four subspaces
Column space C(A)C(A)
Null space N(A)N(A)
Row space = All combinations of rows of AA = All combinations of = C(AT)C(AT)
Null space of ATAT = the left null space of AA(左零矩阵) =
When AA is ,
C(A)C(A) in RmRm
N(A)N(A) in RnRn
C(AT)C(AT) in RnRn
N(AT)N(AT) in RmRm
basis of A transpose
A=⎡⎣⎢111212323111⎤⎦⎥=⎡⎣⎢100010110100⎤⎦⎥=[I0F0]=RA=[123111211231]=[101101100000]=[IF00]=R
The column space changed after we do row reduction, the column space of R is not the column space of AA, , different column spaces.
The row space of AA and row space of are all combinations of these rows, then the basis of RR will be a basis for the row space of the original .
For the row space of AA or of , a basis is the first rr(rank) rows of . It’s the best basis. If the columns of the identity matrix are the best basis for RnRn, the rows of RR are the best basis for the row space, best in the sense of being as clean as I can make it.
Null space of A transpose
For , it has in it vectors, call them yy, if , then yy is in the null space of transpose.
Take transpose on both side of
ATy=0→yTA=0TATy=0→yTA=0T , then I have a row vector, yy transpose, multiplying and multiplying from the left, that’s why it called the left null space.
Basis of left null space
Simplified AA to should have revealed the left null space too. From AA to , took some step, and I’m interested in what were those steps.
Gauss-Jordan, were you tack on the identity matrix, [Am×nIm×m][Am×nIm×m].
And do the reduced row echelon form of this matrix,rref[Am×nIm×m]→[Rm×nEm×m]rref[Am×nIm×m]→[Rm×nEm×m].
EE is just going to contain a record of what we did, we did whatever it took to get to become RR, and at the same time, we were doing it to the identity matrix.
So we started with the identity matrix, we took all this row reduction amounted to multiplying on the left by some matrix, some series of elementary matrices that altogether gave us one matrix, and that matrix is .
E[Am×nIm×m]→[Rm×nEm×m]E[Am×nIm×m]→[Rm×nEm×m]
EA=REA=R
When AA was square and invertible, , then EE was .
Now AA is rectangular, it hasn’t got an inverse. Then follow Gauss-Jordan to get
⎡⎣⎢111212323111100010001⎤⎦⎥=⎡⎣⎢100010110100−11−12−10001⎤⎦⎥[123110011210101231001]=[1011−12001101−100000−101]
E=⎡⎣⎢−11−12−10001⎤⎦⎥E=[−1201−10−101]
The dimension of the left null space is supposed to be m−rm−r.
There is one combination of those three rows that produces the zero row. If I am looking for the left null space, I am looking for combinations of rows that give the zero row.
basis and dimension of four subspaces
Four subspaces | C(A)C(A) | N(A)N(A) | C(AT)C(AT) | N(AT)N(AT) |
---|---|---|---|---|
Basis | pivot columns | special solutions | first rr rows of | last m−rm−r rows of EE |
Dimension | n−rn−r | rr |
The row space and null space are in RnRn, and their dimensions add to n. The column space and the left null space are in RmRm, and their dimensions add to m.