Gauss-Seidel Method – An Iterative Method for Solving Linear Systems
Gauss-Seidel Method (via wikipedia): also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Friedrich Gauss and Philipp Ludwig von Seidel, and is similar to the Jacobi method. Though it can be applied to any matrix with non-zero elements on the diagonals, convergence is only […]