The Augmented Matrix of a System of Equations
A matrix can serve as a device for representing and solving a system of equations. To express a system in matrix form, we extract the coefficients of the variables and the constants, and these become the entries of the matrix. We use a vertical line to separate the coefficient entries from the constants, essentially replacing the equal signs. When a system is written in this form, we call it an augmented matrix. For example, consider the following system of equations.
We can write this system as an augmented matrix:
We can also write a matrix containing just the coefficients. This is called the coefficient matrix.
A three-by-three system of equations such as
has a coefficient matrix
and is represented by the augmented matrix
Notice that the matrix is written so that the variables line up in their own columns: x-terms go in the first column, y-terms in the second column, and z-terms in the third column. It is very important that each equation is written in standard form so that the variables line up. When there is a missing variable term in an equation, the coefficient is 0.
How To: Given a system of equations, write an augmented matrix.
- Write the coefficients of the x-terms as the numbers down the first column.
- Write the coefficients of the y-terms as the numbers down the second column.
- If there are z-terms, write the coefficients as the numbers down the third column.
- Draw a vertical line and write the constants to the right of the line.