Jump to content

Diagonal matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tarquin (talk | contribs) at 00:12, 25 January 2003 (defn; examples, uses). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In linear algebra, a diagonal matrix is a matrix whose only non-zero entries are those on the main diagonal (top left to bottom right). Thus, the matrix D = (di,j) is diagonal if:


Example:

Any diagonal matrix is also a symmetric matrix. The identity matrix In is diagonal.

Diagonal matrices occur in many areas of linear algebra. Matrix multiplication of diagonal matrices is very simple, so if a matrix we are interested in can in some way be replaced by a diagonal one, computations involving it are much faster.

If D, E are diagonal, and their product DE = F = (fi,j) then:

in other words, diagonal matrices can simply be multiplied entry by entry, because the zeros cancel all the other parts of the multiplication formula.

See also diagonalization.