Review exercise 1.4. Solve the following systems of equations using elimination and back substitution:
and
Answer: We start with the system
by subtracting the first equation from the second and third equations to obtain the following system:
We can then subtract the second equation from the third to produce the following system:
We then back-substitute the value of into the second equation to obtain
and then back-substitute the value of into the first equation to obtain
Note that in matrix terms the elimination sequence above corresponds to
We next look at the system
which can be represented in matrix terms as
We can exchange the first and third equations to obtain the system
and then subtract the first equation from the second to obtain
We next add the second equation to the third to obtain
Solving the third equation yields , and back-substituting the value of
into the second equation yields
. Finally, back-substituting the value of
into the first equation yields
. The solution is therefore
In matrix terms the sequence above corresponds to first multiplying by a permutation matrix to exchange rows 1 and 3:
and then doing elimination:
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
.