Difference between revisions of "Diagonal matrix"

From Conservapedia
Jump to navigation Jump to search
(definition and examples)
 
(→‎top: Category)
 
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
</math>
 
</math>
  
[[Category:mathematics]]
+
The [[eigenvalue]]s of a diagonal are the non-zero elements.
 +
 
 +
This is a special case of a [[Triangular matrix]].
 +
[[Category:Linear Algebra]]

Latest revision as of 14:34, July 28, 2016

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>

The eigenvalues of a diagonal are the non-zero elements.

This is a special case of a Triangular matrix.