M.6 Range, Nullspace and Projections

Range of a matrix

The range of m × n matrix A, is the span of the n columns of A. In other words, for

A=[a1a2a3an]

where a1,a2,a3,,an are m-dimensional vectors,

range(A)=R(A)=span({a1,a2,,an})={v|v=i=1nciai,ciR}

The dimension (number of linear independent columns) of the range of A is called the rank of A. So if 6 × 3 dimensional matrix B has a 2 dimensional range, then rank(A)=2.

For example

C=(141823822)=(x1x2x3)=(y1y2y3)

C has a rank of 3, because x1, x2 and x3 are linearly independent.

Nullspace
p>The nullspace of a m × n matrix is the set of all n-dimensional vectors that equal the n-dimensional zero vector (the vector where every entry is 0) when multiplied by A.  This is often denoted as

 

N(A)={v|Av=0}

The dimension of the nullspace of A is called the nullity of A.  So if 6 × 3 dimensional matrix B has a 1 dimensional range, then nullity(A)=1.

 

The range and nullspace of a matrix are closely related.  In particular, for m × n matrix A,

{w|w=u+v,uR(AT),vN(A)}=Rn

R(AT)N(A)=ϕ

This leads to the rank--nullity theorem, which says that the rank and the nullity of a matrix sum together to the number of columns of the matrix. To put it into symbols:

Rank--nullity Theorem

 

ARm×nrank(A)+nullity(A)=n

 

For example, if B is a 4 × 3 matrix and rank(B)=2, then from the rank--nullity theorem, on can deduce that

rank(B)+nullity(B)=2+nullity(B)=3nullity(B)=1

Projection

The projection of a vector x onto the vector space J, denoted by Proj(X, J), is the vector vJ that minimizes |xv|.  Often, the vector space J one is interested in is the range of the matrix A, and norm used is the Euclidian norm.  In that case

Proj(x,R(A))={vR(A)||xv|2|xw|2wR(A)}

In other words

Proj(x,R(A))=argminvR(A)|xv|2