Exercise 3.4.3. Given the orthonormal vectors and
and the vector
from the previous exercise, project
onto a third orthonormal vector
. What is the sum of the three projections? Why? Why is the matrix
equal to the identity matrix
?
Answer: Since is orthonormal, the projection of
onto
is given by
The sum of all three projections is then:
This is because the vectors ,
, and
together form an orthonormal basis for
, and any vector
in
can be expressed as a linear combination of those basis vectors with coefficients given by the projection of
onto each basis vector.
We then have
(taking advantage of the fact that , etc., are scalars) so that the 3 by 3 matrix
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
.