This document discusses two methods for solving systems of linear equations using matrix algebra: Cramer's Rule and the inverse matrix method.
Cramer's Rule is described as a simple method that uses determinants and the inverse of the coefficient matrix to solve systems of linear equations. An example is shown working through applying Cramer's Rule to solve a 3x3 system.
The inverse matrix method is also explained. It involves converting the system of equations to matrix form Ax=b, then solving the equivalent inverse form x=A^-1b to find the solution values. An example 2x2 system is worked through using the inverse matrix method.
In summary, the document outlines Cramer's Rule and the inverse