Hermitian matrix: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Paul Wormer
imported>Paul Wormer
Line 78: Line 78:
==Skew-Hermitian Matrices==
==Skew-Hermitian Matrices==
A skew-Hermitian matrix is one which is equal to the negative of its Hermitian adjoint:<br/>
A skew-Hermitian matrix is one which is equal to the negative of its Hermitian adjoint:<br/>
<math>\mathbf{A=-A^*}</math><br/><br/>
:<math>\mathbf{A=-A^*}</math>
<math>a_{i,j}=-\overline{a_{j,i}}</math><br/><br/>
For instance, (''a'', ''b'', ''c'', ''d'', ''e'', ''f'', ''g'', ''h'', and ''k'' are real),
e.g. <math>\mathbf{A}=\begin{pmatrix}
:<math>\mathbf{A}=\begin{pmatrix}
   \mathit{i}a & -b+\mathit{i}c & -e+\mathit{i}f \\
   \mathit{i}a & -b+\mathit{i}c & -e+\mathit{i}f \\
   b+\mathit{i}c & \mathit{i}d & -h+\mathit{i}k \\
   b+\mathit{i}c & \mathit{i}d & -h+\mathit{i}k \\
   e+\mathit{i}f & h+\mathit{i}k & \mathit{i}g  
   e+\mathit{i}f & h+\mathit{i}k & \mathit{i}g  
\end{pmatrix}</math> is a skew-Hermitian matrix. <br/>
\end{pmatrix}</math>
Clearly, entries on the main diagonal must be purely imaginary.
is a skew-Hermitian matrix. Clearly, the entries on the main diagonal are purely imaginary.


==References==
==References==

Revision as of 19:57, 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.

Decomposition

Any square matrix C can be written as the sum of a Hermitian matrix A and skew-Hermitian matrix (see below) B:

where

It follows immediately from the linearity of the Hermitian adjoint that A is Hermitian and B skew-Hermitian:

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 2×2 identity matrix and the three Pauli spin matrices. These matrices have use in quantum mechanics. The four matrices form an orthogonal basis for the 4-dimensional vector space of 2x2 Hermitian matrices.

An arbitrary 2×2 Hermitian matrix A is written thus,

Skew-Hermitian Matrices

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

For instance, (a, b, c, d, e, f, g, h, and k are real),

is a skew-Hermitian matrix. Clearly, the entries on the main diagonal are purely imaginary.

References

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

See Also