Exercise 3.2.10. Discuss whether the projection matrix from exercise 3.2.9 is invertible or not. Explain your answer.
Answer:The projection matrix
Note that each column of the resulting matrix is equal to the original vector
multiplied by a scalar factor equal to
. The columns are therefore linearly dependent with each of them expressible as the first column times the factor
, and thus the rank of the projection matrix
is
. Since the rank
the matrix
is singular and not invertible.
Also note that this is consistent with the geometry of the situation: Since projects vectors from a higher-dimensional vector space onto a line, many points in the space will end up being mapped into a single point on a line. There is thus no way to reverse the mapping and map a point on the line onto a single unique vector in the higher-dimensional space.
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
.