Contents
1. Method
2. Convergence
Method
The Gauss-Jacobi method is a numerical method for solving a system of linear equations. Given a set of equations with
variables,
Where ,
and
are real numbers. We rearrange the above system of equations into the form,
The above system of rearranged equations can be rewritten in the form
Where ,
,
are vectors, and
is a matrix. Using some initial guess vector
, the values of
converge to the solutions of the system of equations.
Convergence
The Gauss-Jacobi method for a set of linear equations of the form
is guaranteed to converge if is diagonally dominant. This does not imply however that if
is not diagonally dominant that the method will fail, as diagonal dominance is a sufficient but not necessary condition.