lineariteration
Linear iteration refers to an iterative method for solving systems of linear equations in which each new estimate is obtained by applying a linear function to the current estimate. In the standard stationary framework for Ax = b, the update is written as x^{k+1} = G x^k + c, where G is the iteration matrix and c is a constant vector derived from b. This form arises when a matrix decomposition A = M − N is used and the update becomes x^{k+1} = M^{-1} N x^k + M^{-1} b, so that G = M^{-1} N and c = M^{-1} b.
Convergence of a linear iteration to the solution x* of Ax = b typically requires the fixed-point
Common stationary linear iterations include Jacobi, Gauss-Seidel, and their variants. Jacobi uses the split A = D
Linear iterations are simple and inexpensive per step but can be slow if G has eigenvalues near