Normal matrices: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
(New page: A complex square matrix A is a normal matrix if :<math>A^\dagger A=AA^\dagger ,</math> where <math>A^\dagger</math> is the conjugate transpose of A. That is, a matrix is normal if it [[c...)
 
Line 13: Line 13:


==References==
==References==
*[http://en.wikipedia.org/wiki/Hermitian_matrix Hermitian 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

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle A^{\dagger }A=AA^{\dagger },}

where Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle A^{\dagger }} is the conjugate transpose of A. That is, a matrix is normal if it commutes with its conjugate transpose: Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle [A,A^{\dagger }]=0} .

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

where

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \Lambda =\mathrm {diag} (\lambda _{1},\lambda _{2},\dots )}

The entries of the diagonal matrix are the eigenvalues of , and the columns of are the eigenvectors of . The matching eigenvalues in Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Lambda} must be ordered as the eigenvectors are ordered as columns of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle U} .

References