Review exercise 2.5. Given the matrices
find their ranks and nullspaces.
Answer: We can use elimination to reduce to echelon form. We first exchange the first and third rows:
and then subtract 1 times the second row from the third row:
The resulting echelon matrix has two pivots and thus rank of 2; this is also the rank of .
Solving for the nullspace, we have and
as basic variables and
as a free variable. Setting
, from the second row of the echelon matrix we have
and from the first row we have
or
.
So the nullspace is the 1-dimensional subspace of
with basis vector
. (In other words, the nullspace of
is the line passing through the origin and the point
.)
Similarly we can use elimination to reduce to echelon form. We first exchange the first and third rows:
and then subtract 1 times the second row from the third row:
The resulting echelon matrix has two pivots and thus rank of 2; this is also the rank of .
Solving for the nullspace, we have and
as basic variables and
and
as free variables. Setting
and
, from the second row of the echelon matrix we have
or
, and from the first row we have
or
.
Setting and
, from the second row of the echelon matrix we have
or
, and from the first row we have
or
.
So the nullspace is the 2-dimensional subspace of
with basis vectors
and
.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.