The document discusses methods for solving systems of linear equations. It introduces Gauss elimination and Gauss Jordan methods. Gauss elimination transforms the augmented matrix of the system into row echelon form through elementary row operations, then back-substitutes to solve for the variables. Gauss Jordan additionally transforms the matrix to reduced row echelon form to read solutions directly from the matrix. An example demonstrates applying each method to solve a system of equations.