Hermitian matrices: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
(New page: A '''Hermitian matrix''' (or self-adjoint matrix) is a square matrix with complex elements which is equal to its own conjugate transpose — that is, the element in the <math>i</math>th ro...)
 
mNo edit summary
 
Line 14: Line 14:
==References==
==References==
*[http://en.wikipedia.org/wiki/Hermitian_matrix Hermitian matrix entry in Wikipedia]
*[http://en.wikipedia.org/wiki/Hermitian_matrix Hermitian matrix entry in Wikipedia]
[[category: mathematics]]

Latest revision as of 11:19, 11 February 2008

A Hermitian matrix (or self-adjoint matrix) is a square matrix with complex elements which is equal to its own conjugate transpose — that is, the element in the th row and th column is equal to the complex conjugate of the element in the th row and th column, for all indices i and j:

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

If the conjugate transpose of a matrix is denoted by , then this can concisely be written as

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 A = A^\dagger. \,}

For example,

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 \begin{bmatrix}3&2+i\\ 2-i&1\end{bmatrix} }

All eigenvalues of a Hermitian matrix are real, and, moreover, eigenvectors with distinct eigenvalues are orthogonal. The typical example of a Hermitian matrix in physics is the Hamiltonian (specially in quantum mechanics).

References[edit]