Iterative method
Jacobi method is an iterative method for solving linear systems such as
![]()
where
is an invertible matrix.

Algorithm

If
is solution of
then ![]()
Error
Let
be the error vector
We put
, which gives
![]()
Convergence
The algorithm converges if
(null matrix).
Theorem:
if and only if the spectral radius of the matrix
checks:
![]()
Theorem: If A is strictly diagonally dominant,

Jacobi Method
We decompose
in the following way :
![]()
In the Jacobi’s method, we choose
and
(in the Gauss-Seidel Method,
and
).
![]()
The
-th line of
is : ![]()
We obtain :

Residual vector
Let
be the residual vector. We can write
with
calculated
like follows

Stop criteria
For the stop criteria , we can use the residual vector, wich gives for a given precision
:
