Exercise 1.3.3. Given the following system of equations:
find a solution to the system, and give the pivots. You can use a matrix to represent the system (including the right-hand side).
Answer: We can represent the system as the following matrix:
The first pivot is 2. The first step in elimination gives the following matrix:
The second pivot is 3/2. The second step in elimination gives the following:
The third pivot is 4/3. The third step in elimination gives the following:
Now that the system is in trangular form we re-express it using u, v, w, and z:
and then back-substitute, starting with solving for z:
So the solution is u = 1, v = 2, w = 3, z = 4.
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
.