Linear Algebra/Diagonal Matrix

From testwiki
Revision as of 12:07, 15 July 2009 by imported>Thenub314 (categorizing.)
(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]

Template:BookCat