Diagonal matrix

From Conservapedia
This is an old revision of this page, as edited by Foxtrot (talk | contribs) at 21:12, June 8, 2008. It may differ significantly from current revision.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A diagonal matrix is a square matrix all of whose nonzero entries are along the main diagonal. Examples include the identity matrix, the zero matrix, and the matrix: <math> \left(\begin{matrix} 1 &0 &0\\ 0 &2 &0\\ 0 &0 &3\end{matrix}\right) </math>