MIT A 2020 Vision of Linear Algebra (1/2)
Part 1: the Column Space of a Matrix
Rotation matrix
[cosθ−sinθsinθcosθ]is an orthogonal matrix that rotates the plane.
Ax=[145325213][x1x2x3]=[132]x1+[421]x2+[553]x3=linear combination of columns of A Column space of A=C(A)=all vectors Ax=all linear combinations of the columns=a planeWe include the first 2 columns, but we DO NOT KEEP COLUMN 3 because it is just the sum of the first 2 and it's on the plane, nothing new. So the real meat of the matrix A is in the column matrix C that has just two columns.
The (5,5,3)T would be called a dependent vector because it depends on the first two, those were independent.
COLUMN 3=COLUMN1+COLUMN2hence, A=CR=[143221][101011]Row rank=column rank=r=2The rows of R are a basis for the row space.
these are the key ideas!!! |
A=CR shows the column rank of A = row rank of A.
- The r columns of C are a basis for the column space of A: dimension r;
- The r rows of R are a basis for the row space of A: dimension r.
Counting Theorem. If A has rank r, there are n−r independent solutions to Ax=0.
Matrix A with rank 1. If all columns of A are multiples of column 1, show that all rows of A are multiples of one row.
If a matrix is ill-conditioned means they are difficult to deal with.
If A is invertible then C=A and R=I: no progress A=AI.
Part 2: The Big Picture of Linear Algebra
Ax=0
If Ax=0 then
[row 1:row m][ x ]=[0:0]and we can know that x is orthogonal to every row of A.
[ x ]means that x is a column of numbers.
If a row dot product with a column, gives me a zero, then in n-dimensional space, that row is perpendicular, 90 degree angle to that column x.
- Every x in the nullspace of A is orthogonal to the row space of A.
- Every y in the nullspace of AT is orthogonal to the column space of A.
These are the two pairs of orthogonal subspaces. The dimensions add to n and to m.
N(A)⊥C(AT) | N(AT)⊥C(A) | |
---|---|---|
Dimensions | n-r and r | m-r and r |
This is the Big Picture —- two subspaces in Rn and two subspaces in Rm.
from row space to column space and A is invertible.
Multiplying Columns times Rows / Six Factorizations
A=BC=sum of rank-1 matrices(column times row: outer product)
BC=[|||b1b2··bn|||][−c∗1−−c∗2−:−c∗n−]=b1c∗1+b2c∗2+···+bnc∗nA new way to multiply matrices! High level! Row-column is low level!
If you wanna see the vedio, click MIT A 2020 Vision of Linear Algebra, Spring 2020.
Gitalking ...