Jacobi Method


\begin{displaymath}
\begin{array}{l}
Ax = (L + D + U)x= b \\
Dx = -(L + U)x + b\\
x = -D^{-1}(L + U)x + D^{-1}b\\
\end{array}\end{displaymath}

Cem Ozdogan 2010-11-17