What is nullspace
-
The nullspace of A, donoted Null(A),is the solution set of Ax=0
-
the left nullspace of A is Null(AT) (solving ATx=0)
Nullity
-
The dimension of Row(A) and Col(A) is the same as the rank of A
-
The Nullity OF A is the dimension of Null(A)
-
Rank - Nulity theorem
-
If A is an mxn matrix , then rank (A)+nulity(A)=n
- (nulity is the number of free variables)
Null(A) is “orthogonal” to row(A) in this sense:
Null(A)=[n∈Rn∣r⋅n=0,r∈Row(A)]
-
EX.
- use the nullspace to find the set of all vectors x∈R4 orthoganal to both v1=(1,0,−1,1) and v2=(1,1,1,2) (put v1,v2 as rows of A)
A=[<−v1−><−v2−>]=[1101−1112]RREF=[1001−1211∣0∣0](x3,x4⟹free)let,x3=s,x4=t⟹x2=−2s−t,x1=s−tx1x2x3x4=s−t−2s−tst