For a given matrix \( A = D - L - U \) where \( D \) is the diagonal part, \( L \) is the strictly lower triangular part, and \( U \) is the strictly upper triangular part, the Jacobi iteration matrix \( M_J \) is defined as \( M_J = D^{-1}(L+U) \) and the
Show more…