Hermitian_matrix Hermitian_matrix

Hermitian matrix - Definition and Overview

A Hermitian matrix (or self-adjoint matrix) is a square matrix with complex entries so that the matrix is equal to its own conjugate transpose - that is, if the element in the ith row and jth column is equal to the complex conjugate of the element in the jth row and ith column, for all indices i and j:

<math>a_{i,j} = \overline{a_{j,i}}<math>

The matrix condition for conjugate transpose symmetry is:

<math> A = A^* \quad <math>

For example,

<math>\begin{bmatrix}3&2+i\\

2-i&1\end{bmatrix}<math>

is a Hermitian matrix.

In case the matrix has only real entries, a matrix is Hermitian if and only if it is symmetric with respect to the (top left to bottom right) diagonal of the matrix.

Every Hermitian matrix is normal, and the finite-dimensional spectral theorem applies. It says that any Hermitian matrix can be diagonalized by a unitary matrix, and that the resulting diagonal matrix has only real entries. This means that all eigenvalues of a Hermitian matrix are real, and, moreover, eigenvectors with distinct eigenvalues are orthogonal. It is possible to find an orthonormal basis of Cn consisting only of eigenvectors.

If the eigenvalues of a Hermitian matrix are all positive, then the matrix is positive definite.

See also

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.