This document discusses how matrices can be used to solve systems of equations. It provides two examples:
1) Using the inverse of a matrix to solve a system of 2 equations with 2 unknowns. The inverse cancels out the coefficient matrix, leaving the solution.
2) Using Cramer's Rule to solve systems of equations by setting up matrices of just the coefficients and replacing columns with values from each equation to find determinants and ratios to solve for each unknown.