Exercise 1.6.21. Factor the following symmetric matrices
into the form .
Answer: We perform Gaussian elimination on the first matrix and start by multiplying the first row by the multiplier
and subtracting it from the second row:
We then multiply the first row by the multiplier and subtract it from the third row:
Finally we multiply the second row by the multiplier and subtract it from the third row:
We then have
(substituting for the entries) and
(taking the diagonal values from the matrix after the final elimination step).
The factorization of is then
For the second matrix we also do Gaussian elimination by multiplying the first row by and subtracting it from the second:
This completes elimination. We then have
(substituting for the entries) and
(taking the diagonal values from the matrix after the final elimination step).
The factorization of is then
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
.