Solve systems using matrices and reduced row-echelon form
Solving systems using matrices and reduced row-echelon form (RREF) is a Grade 11 algebra method in Big Ideas Math. A system of linear equations is written as an augmented matrix [A|b], then row operations—swapping rows, multiplying a row by a nonzero scalar, and adding a multiple of one row to another—transform it into RREF: an identity matrix on the left with solutions on the right. For a 3×3 system, RREF gives x, y, z values directly. Technology (graphing calculators with RREF function) speeds computation. This method scales efficiently to systems of any size and reveals when systems are inconsistent (no solution) or dependent (infinite solutions).
Key Concepts
To solve a system of equations using matrices: 1. Write the augmented matrix for the system of equations. 2. Using row operations, get the entry in row 1, column 1 to be 1. 3. Using row operations, get zeros in column 1 above and below the 1. 4. Using row operations, get the entry in row 2, column 2 to be 1. 5. Using row operations, get zeros in column 2 above and below the 1. 6. Continue the process until the matrix is in reduced row echelon form. 7. Read the solution directly from the final matrix. 8. Write the solution as an ordered pair or triple. 9. Check that the solution makes the original equations true.
Common Questions
What is an augmented matrix for a system of equations?
An augmented matrix [A|b] combines the coefficient matrix A and the constants vector b in one matrix. Each row represents one equation; each column (except the last) represents a variable's coefficients.
What are the three elementary row operations?
1) Swap two rows. 2) Multiply a row by a nonzero scalar. 3) Add a multiple of one row to another row. These operations preserve the solution set.
What does reduced row-echelon form (RREF) look like?
RREF has 1s on the main diagonal, 0s everywhere else in the coefficient columns, with solution values in the last column: [1 0 0 | x; 0 1 0 | y; 0 0 1 | z].
How do you read the solution from RREF?
Each row gives one variable's value: first row gives x, second gives y, third gives z (from the last column values after achieving the identity matrix on the left).
What does RREF look like when a system has no solution?
A row of zeros on the left with a nonzero value on the right—like [0 0 0 | 5]—indicates a contradiction (0 = 5), meaning the system is inconsistent with no solution.
What does RREF look like when a system has infinitely many solutions?
A row of all zeros [0 0 0 | 0] means one equation is redundant, leaving a free variable. The system has infinitely many solutions parameterized by the free variable.