Derivation: Jacobi iteration matrix
From solving each unknown out of its equation to the matrix form x=−D⁻¹(L+U)x+D⁻¹b.
Solve and arrange in matrices
In each equation we solve for (possible because ):
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):