Linear Algebra/Diagonal Matrix

From testwiki
Revision as of 02:40, 31 May 2007 by imported>Hoogli (Linear Algebra/Diagonal Matrix/ moved to Linear Algebra/Diagonal Matrix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A diagonal matrix, A, is a square matrix in which the entries outside of the main diagonal are zero. The main diagonal of a square matrix consists of the entries which run from the top left corner to the bottom right corner.

In the example below the main diagonal are a11,a22,...,ann

A=[a11000a22000ann]