This document discusses several methods for solving systems of linear equations:
- The graphical method involves drawing the lines defined by the equations on a graph and finding their point of intersection.
- Cramer's rule provides an expression to find the solution using determinants of the coefficient matrix and matrices obtained by replacing columns.
- Matrix inverse involves finding the inverse of the coefficient matrix and multiplying it by the constants vector.
- Gauss elimination is a two step method involving eliminating variables in the forward step and back substitution to find the solution.
- LU decomposition writes the matrix as the product of a lower and upper triangular matrix to solve the system.