Exercise 2.2.3. Consider the system of linear equations represented by the following matrix:
Find the factorization , a set of basic variables, a set of free variables, a general solution to
(expressed as a linear combination as in equation (1) on page 73), and the rank of
.
Answer: We perform elimination on by subtracting the first row from the third (i.e., using the multiplier
):
This completes elimination, and leaves us with the factorization
so that
We now solve for
The pivots in are in columns 1 and 2, so the basic variables are
and
and the free variables are
and
. The rank of
is 2, the number of basic variables (or pivots).
From the second row of we have
and thus
. From the first row of
we have
and can substitute for
to obtain
or
. We then have
UPDATE: Corrected the final equation (had multiplying the second vector instead of
).
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
.