Exercise 2.5.5. Given the incidence matrix from exercise 2.5.1 and the diagonal matrix
compute and show that the 2 by 2 matrix resulting from removing the third row and third column is invertible..
Answer: From exercise 2.5.1 we have the incidence matrix
so that
Note that the third row of this matrix is equal to -1 times the sum of the first and second rows, so the rows are linearly dependent and the matrix is singular.
If we remove the third row and third column of we obtain the following matrix:
This matrix is nonsingular (except for certain values of ,
and
as discussed below); its inverse is
Note that if then the 2 by 2 matrix is singular and has no inverse. This would be true, for example, if
and
so that the 2 by 2 matrix derived from
is
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
.