Diagonal Dominance

A square matrix is diagonally dominant if, for every row , the magnitude of the diagonal entry is greater than or equal to the sum of the magnitudes of all off-diagonal entries in that row:

Significance

Diagonal dominance guarantees the convergence of iterative solvers such as Liebmann’s method (Gauss-Seidel iteration). The matrix arising from the Laplacian difference equation satisfies this property: the diagonal entry is (or in magnitude), and the four off-diagonal entries each have magnitude 1, so with equality - the matrix is weakly diagonally dominant.

For the BTCS scheme, the tridiagonal matrix has diagonal entries and off-diagonal entries , giving , which holds strictly. This is one reason the BTCS system is well-conditioned and solvable.

Liebmann’s method | Laplacian difference equation | BTCS scheme