Linear Equations Using Matrices
Linear Equations Using Matrices
The first goal is to produce zeros below the first entry in the first column,
which translates into eliminating the first variable, x, from the second and third equations. T
he row operations which accomplish this are as follows:
The second goal is to produce a zero below the second entry in the second column, which
translates into eliminating the second variable, y, from the third equation. Now, add −5 times
the second row to the third row:
Since the coefficient matrix has been transformed into echelon form, the “forward” part of Gaussian elimination is complete. What
remains now is to use the third row to evaluate the third unknown, then to back‐substitute into the second row to evaluate the
second unknown, and, finally, to back‐substitute into the first row to evaluate the first unknown.
The third row of the final matrix translates into 10 z = 10, which gives z = 1. Back‐substitution of this value into the second row,
which represents the equation y − 3 z = −1, yields y = 2. Back‐substitution of both these values into the first row, which represents
the equation x − 2 y + z = 0, gives x = 3. The solution of this system is therefore (x, y, z) = (3, 2, 1).
THANK YOU