3.4: Left Null Space
( \newcommand{\kernel}{\mathrm{null}\,}\)
If one understands the concept of a null space, the left null space is extremely easy to understand.
The Left Null Space of a matrix is the null space of its transpose, i.e.,
N(AT)={y∈Rm|ATy=0}
The word "left" in this context stems from the fact that ATy=0 is equivalent to yTA=0 where y "acts" on A from the left.
Example
As Ared was the key to identifying the null space of A, we shall see that ATred is the key to the null space of AT. If
A=(111213)
then
AT=(111123)
and so
ATred=(111012)
We solve ATred=0 by recognizing that y1 and y2 are pivot variables while y3 is free. Solving ATredy=0 for the pivot in terms of the free we find y2=−(2y3) and y1=y3 hence
N(AT)={y3(1−21)|y3∈R}
Finding a Basis for the Left Null Space
The procedure is no different than that used to compute the null space of A itself. In fact
Suppose that AT is n-by-m with pivot indices {cj|j={1,⋯,r}} and free indices {cj|j={r+1,⋯,n}}. A basis for N(AT) may be constructed of m−r vectors {z1,z2,⋯,zm−r} where zk and only zk, possesses a nonzero in its cr+k component.