Week 3 Flashcards
What are the four fundamental subspaces?
- Column Space C(A)
- Null Space N(A)
3.Row Space R(A)
4.
What is column space?
Column Space C(A) is the span of columns of a matrix (u1,….,un) - all linear combination of vectors {u1,u2…,un}
where is column space used?
Used in solving equations of the form Ax=b. i.e., for what b does Ax=b have solution? Ans: for all b belongs to C(A)
What is a null space?
N(A) = {x | Ax=0}
What are the two conditions for subspace?
1) if x1 and x2 belongs to Null Space of A then x1+x2 also should be in null space of A
- If x belongs to N(A) and alpha is a scalar then A(alpha.x)=alpha.A.x =0
So, alpha.x belongs to N(A)
how to find an x such that Ax=0
It is synonymous to ask for a linear combination of the columns of A should result in the zero vector.
If A is invertible, then what can we say about the null space of A i.e., N(A)?
N(A) has “Zero” only and C(A) is the whole space.
How to find Null Space of a matrix A?
we can use Guassian elimination to find the Null space of matrix A
What is Rank and Nullity?
Rank is the number of Pivot Columns and Nullity is the number of free variables.
Rank = dim(C(A)
Nullity = dim (N(A))
If A has n columns ? then Rank + Nullity = n (Rank Nullity theorem)
What is Row Space?
Row Space is column space of AT (A Transposed) = span of rows of A.
R(A) = C(A Transpose)
What is Column Rank ?
Column Rank = dim (C(A))
What is row rank?
row-rank = dim(R(A))
What is the left Null SPace?
Left Null Space N(A-Transpose) = {y | A-Transpose.y =0 }
= {y| y-Transpose .A =0}
For a mxn matrix A,
[y1… ym] [A] = [0….0]
it is the linear combination of rows leading to zero vector.
how are row space and left null space related?
dim (C(A-Transpose) + dim(N(A-Transpose)) = Number of rows =m
we know dim(C(A) =r
therefore r+ dim(N(A-Transpose)) = m
=> dim(N(A-Transpose)) =m-r
what is length of a vector?
Length of vector is the distance of the vector from origin. alias norm of the vector which is square root of squares of the coordinates of the vector.