Review exercise 1.18. Given the following matrix
(a) Factor into the form
(if
).
(b) Show that exists and has the same form as
.
Answer: (a) We start elimination by subtracting times the second row from the third row (
) and subtracting
times the second row from the fourth row (
) :
This completes elimination, and we have
so that
(b) We use Gauss-Jordan elimination, starting with the same elimination steps as above:
This completes forward elimination, and we start backward elimination by multiplying times the second row and subtracting it from the first:
This completes backward elimination, and we divide the second row by :
We thus have
with having the same form as
.
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
.