Hermitian matrix: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Paul Wormer
m (formating)
imported>Paul Wormer
Line 10: Line 10:


==Forming the Hermitian adjoint==
==Forming the Hermitian adjoint==
To form the Hermitian adjoint of the matrix  
As an example a general 3×3 Hermitian matrix is introduced:
<math>\mathbf{A}=\begin{pmatrix}
:<math>\mathbf{A}=\begin{pmatrix}
   a & b+\mathit{i}c & e+\mathit{i}f \\
   a & b+\mathit{i}c & e+\mathit{i}f \\
   b-\mathit{i}c & d & h+\mathit{i}k \\
   b-\mathit{i}c & d & h+\mathit{i}k \\
   e-\mathit{i}f & h-\mathit{i}k & g  
   e-\mathit{i}f & h-\mathit{i}k & g  
\end{pmatrix}</math>: <br/>
\end{pmatrix}
# Form the transpose matrix <math>\mathbf{A'}=\begin{pmatrix}
\quad\hbox{with}\quad a,b,c,d,e,f,g, h,k \in \mathbb{R}.
</math>.
First we form the transpose matrix  
:<math>\mathbf{A}^\mathrm{T}=\begin{pmatrix}
   a & b-\mathit{i}c & e-\mathit{i}f \\
   a & b-\mathit{i}c & e-\mathit{i}f \\
   b+\mathit{i}c & d & h-\mathit{i}k \\
   b+\mathit{i}c & d & h-\mathit{i}k \\
   e+\mathit{i}f & h+\mathit{i}k & g  
   e+\mathit{i}f & h+\mathit{i}k & g  
\end{pmatrix}</math>, by replacing <math>a_{i,j}</math> with <math>a_{j,i}</math>.
\end{pmatrix}</math>,  
# Take the [[Complex conjugate|complex conjugate]] of each entry to form the Hermitian adjoint:
by replacing <math>A_{i,j}</math> with <math>A_{j,i}</math>.
<math>\mathbf{A^*=\overline{A'}=}\begin{pmatrix}
 
Second, we take the [[Complex conjugate|complex conjugate]] of each entry to form the Hermitian adjoint:
:<math>\mathbf{A^*=\bar{A}^\mathrm{T}=}\begin{pmatrix}
   a & b+\mathit{i}c & e+\mathit{i}f \\
   a & b+\mathit{i}c & e+\mathit{i}f \\
   b-\mathit{i}c & d & h+\mathit{i}k \\
   b-\mathit{i}c & d & h+\mathit{i}k \\
Line 29: Line 34:


We find that  
We find that  
<math>\mathbf{A = A^*}</math>.
:<math>\mathbf{A = A^*}</math>.


==Properties==
==Properties==

Revision as of 19:25, 11 April 2009

This article is developed but not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable, developed Main Article is subject to a disclaimer.

A Hermitian matrix (or self-adjoint matrix) is one which is equal to its Hermitian adjoint (also known as its conjugate transpose). Every entry in the transposed matrix is equal to the complex conjugate of the corresponding entry in the original matrix:

,

or in matrix notation:

,

where AT stands for A transposed. In physics the dagger symbol is often used instead of the star:

,

so that a physics text would define a Hermitian matrix as a matrix satisfying

.

Forming the Hermitian adjoint

As an example a general 3×3 Hermitian matrix is introduced:

.

First we form the transpose matrix

,

by replacing with .

Second, we take the complex conjugate of each entry to form the Hermitian adjoint:

.

We find that

.

Properties

Entries on the main diagonal

It may be seen that all entries on the main diagonal of a Hermitian matrix must be real. Indeed, by definition which implies

Real-valued Hermitian matrices

A real-valued Hermitian matrix is a real symmetric matrix and hence the theorems of the latter are special cases of theorems of the former.

Addition

The sum of two Hermitian matrices is Hermitian. Any square matrix, , can be written as the sum of a Hermitian matrix, , and skew-Hermitian matrix, :

where and

Normal

All Hermitian matrices are normal, i.e. , and thus the finite dimensional spectral theorem applies. This means that any Hermitian matrix can be diagonalised by a unitary matrix, all its entries have real values

Eigenvalues

All the eigenvalues of Hermitian matrices are real. Eigenvectors with distinct eigenvalues are orthogonal.

Pauli spin matrices

Any 2x2 Hermitian matrix may be written as a linear combination of the Pauli spin matrices. These matrices have unrelated uses in quantum mechanics, but may be used usefully for this purpose. They thus form an orthogonal basis for the real Hilbert space of 2x2 Hermitian matrices.



Skew-Hermitian Matrices

A skew-Hermitian matrix is one which is equal to the negative of its Hermitian adjoint:




e.g. is a skew-Hermitian matrix.
Clearly, entries on the main diagonal must be purely imaginary.

References

Matrices and Determinants, 9th edition by A.C Aitken

See Also