GuideLinear systemsintermediate
Jacobi method
The splitting A=L+D+U, the choice M=D that defines Jacobi, its component-wise iterative scheme and a worked example.
Taking M = D
A is split into its strictly lower part L, its diagonal D and its strictly upper part U. Jacobi picks the simplest preconditioner, M=D, with N=−(L+U):
Component-wise, each unknown is solved from its equation using the previous iteration's values:
Derivation of the iteration matrix
In each equation i we solve for xi (possible because aii=0):
Writing this for all rows and separating the diagonal D from the parts L and U, the matrix form appears:
As an iteration, it is the Jacobi scheme with iteration matrix H_J=−D⁻¹(L+U):