Exercise 1.3.2. Perform Gaussian elimination on the following system of equations:
and find the resulting triangular system and the solution.
Answer: The first pivot is 1. We subtract the first equation from the second and the third:
The second pivot is 2. We substract the second equation from the third, giving us the final triangular system:
We can then back-substitute, starting with solving for w:
So the solution is u = 3, v = -2, w = 0 w = 1.
UPDATE: Corrected statement of solution for w in last paragraph; thanks to freaky4you for the fix!
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
.
written wrongly in solution, w=1
Good catch, thanks! Fixed.