Review exercise 1.7. For each of the each of the 2 by 2 matrices containing only -1 or 1 as entries, determine whether the matrix is invertible or not.
Answer: A 2 by 2 matrix has four entries. If each entry can be either -1 or 1 then there are 16 possible matrices of this type:
Of these matrices, the following eight matrices are singular:
This can be most easily shown by computing the value , which is zero for all these matrices.
The remaining eight matrices are nonsingular and have inverses as follows:
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
.