How to calculate the Lipschitz constant for the Jacobi iteration function?
For a question, I've rearranged it and change it into diagonally dominant system,
$$ \begin{matrix} 3 & -1 & 1 \\ 1 & -8 & 2 \\ 1 & 1 & 5 \\ \end{matrix} $$ x $$ \begin{matrix} u\\ v\\ w\\ \end{matrix} $$
=$$ \begin{matrix} -2\\ 1\\ 3\\ \end{matrix} $$
How to find the Lipschitz constant?