Exercise 1.2.9. We can re-express the system of equations from 1.2.8 as follows:
Demonstrate that the third column can be expressed as a linear combination of the first two columns, so that the three columns lie in the same plane. Then assume that b = (0, 0, 0) and categorize the solutions (u, v, w) for that special case.
Answer: We are looking for and
such that
Note that the last entry in the first column is 0, so that
From the first entry in each column we have
Finally, from the second entry in each column we have
So we have the third column as a linear combination of the first two columns:
Now assume b = (0, 0, 0) in the original system:
From the equation above we have
So one solution for (u, v, w) is (-1, 2, -1). Another solution is (0, 0, 0). We can multiply the equation above by an arbitrary constant c and the right-hand side will remain zero, so the complete set of solutions is all vectors of the form c(-1, 2, -1), i.e., a line through the points (-1, 2, -1) and the origin.
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
.