For the Jacobi method, the iteration matrix \( M_J \) is given by \( M_J = -D^{-1}(L+U) \), where \( D \) is the diagonal of \( A \), \( L \) is the strictly lower triangular part, and \( U \) is the strictly upper triangular part. Thus:
\[ D = \begin{pmatrix} 2
Show more…