Normal matrices: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
Line 13: Line 13:


==References==
==References==
*[http://en.wikipedia.org/wiki/Normal_matrix Normal_matrix entry in Wikipedia]
*[http://en.wikipedia.org/wiki/Normal_matrix Normal matrix entry in Wikipedia]

Revision as of 12:08, 11 February 2008

A complex square matrix A is a normal matrix if

A†A=AA†,

where A† is the conjugate transpose of A. That is, a matrix is normal if it commutes with its conjugate transpose: [A,A†]=0.

Normal matrices are precisely those to which the spectral theorem applies: a matrix A is normal if and only if it can be represented by a diagonal matrix Λ and a unitary matrix U by the formula

A=UΛU†,

where

Λ=diag(λ1,λ2,…)
U†U=UU†=I.

The entries λi of the diagonal matrix Λ are the eigenvalues of A, and the columns of U are the eigenvectors of A. The matching eigenvalues in Λ must be ordered as the eigenvectors are ordered as columns of U.

References