This document discusses iterative methods for solving systems of equations, including the Jacobi and Gauss-Seidel methods. The Jacobi method solves systems of equations by iteratively updating the estimates of the unknown variables. The Gauss-Seidel method similarly iteratively solves systems but updates the estimates sequentially from left to right. Examples applying both methods to solve systems are provided.