Exercise 2.5.4. Given the incidence matrix from exercise 2.5.1 show that
is symmetric and singular, and determine its nullspace. Show that the matrix obtained by removing the last row and column of
is nonsingular.
Answer: From exercise 2.5.1 we have the incidence matrix
so that
and is symmetric.
To see whether is singular we perform Gaussian elimination on it. We start by multplying the first row by
and subtracting it from the second and third rows:
We then multiply the second row by -1 and subtract it from the third row:
The matrix is now in echelon form. Since it has three columns and only two pivots the matrix is singular (with rank ).
In solving we have
and
as basic variables and
as a free variable. Using the echelon matrix above we have
From the second equation we have and substituting into the first equation we have
. The nullspace therefore consists of all vectors of the form
. It has dimension
.
If we remove the third row and third column of we obtain the following matrix:
This matrix is nonsingular; its inverse 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
.