Exercise 3.3.14. Find the projection matrix onto the plane spanned by the vectors
and
. Find a nonzero vector
that
projects to zero.
Answer: The plane in question is the column space of the matrix
The projection matrix . We have
so that its inverse is
We then have
This completes the first part of the exercise. For the second part, we need to find a nonzero vector projected into zero by
. This will be true if
is in the left nullspace of
, since
will then be orthogonal to the plane corresponding to the column space of
.
We therefore look for a vector in the left nullspace by solving the system
:
We perform Gaussian elimination by multiplying the first row by 1 and subtracting it from the second row:
The resulting matrix is in echelon form, with pivots in columns 1 and 3. Thus and
are basic variables, and
is a free variable. Setting
we have
(from the second row) and
(from the first row). The vector
is therefore a solution to
and is a basis for the left nullspace of
.
Since is in
it is orthogonal to
and is therefore projected by
into zero:
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, Fifth Edition
and the accompanying free online course, and Dr Strang’s other books
.