I am trying to run some tests on Jacobie iterative method for solving linear systems. However, I have a problem with finding such matrix $A$, which:
- isn't diagonally dominant
- when we take two matrices $D$ and $R$, such that $D$ is diagonal from $A$ (so $d_{ii} = a_{ii}$ and rest of the fields are zeros); and $R$ which is the rest (so, $R = A - D$), then, spectral radius of matrix $D^{-1}R < 1$.
Can someone have an example of such matrix? Or is there any hints to create this kind of matrix?