Exercise 1.5.13. Given the systems of equations
and
solve both by elimination. Do row exchanges where necessary, and specify any permutation matrices required.
Answer: The first system of equations can be expressed as follows:
In the first step of elimination we subtract -2 times row 1 from row 2:
We then need to exchange rows 2 and 3, so multiply both sides by the appropriate permutation matrix:
which produces the following:
We can then solve for u, v, and w:
So the solution is (2, -3, 4).
The second system of equations can be expressed as follows:
Since we have a zero pivot in row 1, we must immediately do a row exchange:
which produces
We can then multiply row 1 by 1 and subtract from row 3:
This completes elimination, so we solve for u, v, and w:
So the solution is (1, -1, 1).
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
.