Harman Patil (Editor)

Diagonally dominant matrix

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, a square matrix is said to be diagonally dominant if for every row of the matrix, the magnitude of the diagonal entry in a row is larger than or equal to the sum of the magnitudes of all the other (non-diagonal) entries in that row. More precisely, the matrix A is diagonally dominant if

Contents

| a i i | j i | a i j | for all  i ,

where aij denotes the entry in the ith row and jth column.

Note that this definition uses a weak inequality, and is therefore sometimes called weak diagonal dominance. If a strict inequality (>) is used, this is called strict diagonal dominance. The unqualified term diagonal dominance can mean both strict and weak diagonal dominance, depending on the context.

Variations

The definition in the first paragraph sums entries across rows. It is therefore sometimes called row diagonal dominance. If one changes the definition to sum down columns, this is called column diagonal dominance.

Any strictly diagonally dominant matrix is trivially a weakly chained diagonally dominant matrix. Weakly chained diagonally dominant matrices are nonsingular and include the family of irreducibly diagonally dominant matrices. These are irreducible matrices that are weakly diagonally dominant, but strictly diagonally dominant in at least one row.

Examples

The matrix

A = [ 3 2 1 1 3 2 1 2 4 ]

is diagonally dominant because

| a 11 | | a 12 | + | a 13 |   since   | + 3 | | 2 | + | + 1 | | a 22 | | a 21 | + | a 23 |   since   | 3 | | + 1 | + | + 2 | | a 33 | | a 31 | + | a 32 |   since   | + 4 | | 1 | + | + 2 | .

The matrix

B = [ 2 2 1 1 3 2 1 2 0 ]

is not diagonally dominant because

| b 11 | < | b 12 | + | b 13 |   since   | 2 | < | + 2 | + | + 1 | | b 22 | | b 21 | + | b 23 |   since   | + 3 | | + 1 | + | + 2 | | b 33 | < | b 31 | + | b 32 |   since   | + 0 | < | + 1 | + | 2 | .

That is, the first and third rows fail to satisfy the diagonal dominance condition.

The matrix

C = [ 4 2 1 1 6 2 1 2 5 ]

is strictly diagonally dominant because

| c 11 | | c 12 | + | c 13 |   since   | 4 | > | + 2 | + | + 1 | | c 22 | | c 21 | + | c 23 |   since   | + 6 | > | + 1 | + | + 2 | | c 33 | | c 31 | + | c 32 |   since   | + 5 | > | + 1 | + | 2 | .

Applications and properties

A strictly diagonally dominant matrix (or an irreducibly diagonally dominant matrix) is non-singular. This result is known as the Levy–Desplanques theorem. This can be proved, for strictly diagonal dominant matrices, using the Gershgorin circle theorem.

A Hermitian diagonally dominant matrix A with real non-negative diagonal entries is positive semidefinite.

Proof: Let the diagonal matrix D contain the diagonal entries of A . Connect A and D + I via a segment of matrices M ( t ) = ( 1 t ) ( D + I ) + t A . This segment consists of strictly diagonally dominant (thus nonsingular) matrices, except maybe for A . This shows that d e t ( A ) 0 . Applying this argument to the principal minors of A , the positive semidefiniteness follows by Sylvester's criterion.

If the symmetry requirement is eliminated, such a matrix is not necessarily positive semidefinite. For example, consider

( 2 2 1 ) ( 1 1 0 1 1 0 1 0 1 ) ( 2 2 1 ) < 0.

However, the real parts of its eigenvalues remain non-negative by the Gershgorin circle theorem.

Similarly, an Hermitian strictly diagonally dominant matrix with real positive diagonal entries is positive definite, as it equals to the sum of some Hermitian diagonally dominant matrix A with real non-negative diagonal entries (which is positive semidefinite) and x I for some positive real number x (which is positive definite).

No (partial) pivoting is necessary for a strictly column diagonally dominant matrix when performing Gaussian elimination (LU factorization).

The Jacobi and Gauss–Seidel methods for solving a linear system converge if the matrix is strictly (or irreducibly) diagonally dominant.

Many matrices that arise in finite element methods are diagonally dominant.

A slight variation on the idea of diagonal dominance is used to prove that the pairing on diagrams without loops in the Temperley–Lieb algebra is nondegenerate. For a matrix with polynomial entries, one sensible definition of diagonal dominance is if the highest power of q appearing in each row appears only on the diagonal. (The evaluations of such a matrix at large values of q are diagonally dominant in the above sense.)

References

Diagonally dominant matrix Wikipedia