This document discusses two methods for solving systems of linear equations:
1) The inverse matrix method, which involves writing the system in matrix form AX = B and solving for X by computing A-1B, where A-1 is the inverse of the coefficient matrix A.
2) Cramer's rule, which uses determinants to find the values of the variables by taking ratios of determinants formed from the coefficients and constants. The method works by solving one variable at a time.