This document discusses two iterative methods for solving systems of linear equations: Jacobi and Gauss-Seidel. Jacobi method works by solving each equation for the unknown variable, using initial guesses. Gauss-Seidel is similar but uses the most recently calculated value in each step to improve on Jacobi. An example applying each method to a 3x3 system is shown, with Gauss-Seidel converging faster in fewer iterations.