Diagonally Dominant Matrix
   HOME

TheInfoList



OR:

In mathematics, a
square matrix In mathematics, a square matrix is a Matrix (mathematics), matrix with the same number of rows and columns. An ''n''-by-''n'' matrix is known as a square matrix of order Any two square matrices of the same order can be added and multiplied. Squ ...
is said to be diagonally dominant if, for every row of the matrix, the magnitude of the diagonal entry in a row is greater than or equal to the sum of the magnitudes of all the other (off-diagonal) entries in that row. More precisely, the matrix A is diagonally dominant if :, a_, \geq \sum_ , a_, \ \ \forall \ i where a_ denotes the entry in the ith row and jth column. 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 each row. It is therefore sometimes called ''row diagonal dominance''. If one changes the definition to sum down each column, 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 non-singular 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 = \begin 3 & -2 & 1\\ 1 & 3 & 2\\ -1 & 2 & 4\end is ''weakly'' diagonally dominant because :, a_, \ge , a_, + , a_,   since   , +3, \ge , -2, + , +1, :, a_, \ge , a_, + , a_,   since   , +3, \ge , +1, + , +2, :, a_, \ge , a_, + , a_,   since   , +4, \ge , -1, + , +2, . The matrix : B = \begin -2 & 2 & 1\\ 1 & 3 & 2\\ 1 & -2 & 0\end is ''not'' diagonally dominant because :, b_, < , b_, + , b_,   since   , -2, < , +2, + , +1, :, b_, \ge , b_, + , b_,   since   , +3, \ge , +1, + , +2, :, b_, < , b_, + , b_,   since   , +0, < , +1, + , -2, . That is, the first and third rows fail to satisfy the diagonal dominance condition. The matrix : C = \begin -4 & 2 & 1\\ 1 & 6 & 2\\ 1 & -2 & 5\end is ''strictly'' diagonally dominant because :, c_, > , c_, + , c_,   since   , -4, > , +2, + , +1, :, c_, > , c_, + , c_,   since   , +6, > , +1, + , +2, :, c_, > , c_, + , c_,   since   , +5, > , +1, + , -2, .


Applications and properties

The following results can be proved trivially from Gershgorin's circle theorem. Gershgorin's circle theorem itself has a very short proof. A strictly diagonally dominant matrix (or an irreducibly diagonally dominant matrix) is non-singular. A
Hermitian {{Short description, none Numerous things are named after the French mathematician Charles Hermite (1822–1901): Hermite * Cubic Hermite spline, a type of third-degree spline * Gauss–Hermite quadrature, an extension of Gaussian quadrature me ...
diagonally dominant matrix A with real non-negative diagonal entries is positive semidefinite. This follows from the
eigenvalues In linear algebra, an eigenvector ( ) or characteristic vector is a vector that has its direction unchanged (or reversed) by a given linear transformation. More precisely, an eigenvector \mathbf v of a linear transformation T is scaled by a ...
being real, and Gershgorin's circle theorem. If the symmetry requirement is eliminated, such a matrix is not necessarily positive semidefinite. For example, consider : \begin-2&2&1\end\begin 1&1&0\\ 1&1&0\\ 1&0&1\end\begin-2\\2\\1\end<0. However, the real parts of its eigenvalues remain non-negative by Gershgorin's circle theorem. Similarly, a Hermitian strictly diagonally dominant matrix with real positive diagonal entries is positive definite. No (partial) pivoting is necessary for a strictly column diagonally dominant matrix when performing
Gaussian elimination In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of row-wise operations performed on the corresponding matrix of coefficients. This method can a ...
(LU factorization). The Jacobi and Gauss–Seidel methods for solving a
linear system In systems theory, a linear system is a mathematical model of a system based on the use of a linear operator. Linear systems typically exhibit features and properties that are much simpler than the nonlinear case. As a mathematical abstractio ...
converge if the matrix is strictly (or irreducibly) diagonally dominant. Many matrices that arise in
finite element method Finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat tran ...
s 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 In statistical mechanics, the Temperley–Lieb algebra is an algebra from which are built certain transfer matrix, transfer matrices, invented by Harold Neville Vazeille Temperley, Neville Temperley and Elliott H. Lieb, Elliott Lieb. It is also rela ...
is non-degenerate. 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.)


See also

* trace of a
square matrix In mathematics, a square matrix is a Matrix (mathematics), matrix with the same number of rows and columns. An ''n''-by-''n'' matrix is known as a square matrix of order Any two square matrices of the same order can be added and multiplied. Squ ...


Notes


References

* *


External links


PlanetMath: Diagonal dominance definition

PlanetMath: Properties of diagonally dominant matrices


{{Matrix classes Numerical linear algebra Matrices (mathematics)