Hermitian matrix
   HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, a Hermitian matrix (or self-adjoint matrix) is a complex square matrix that 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 and : A \text \quad \iff \quad a_ = \overline or in matrix form: A \text \quad \iff \quad A = \overline . Hermitian matrices can be understood as the complex extension of real symmetric matrices. If the conjugate transpose of a matrix A is denoted by A^\mathsf, then the Hermitian property can be written concisely as A \text \quad \iff \quad A = A^\mathsf Hermitian matrices are named after Charles Hermite, who demonstrated in 1855 that matrices of this form share a property with real symmetric matrices of always having real eigenvalues. Other, equivalent notations in common use are A^\mathsf = A^\dagger = A^\ast, although in
quantum mechanics Quantum mechanics is the fundamental physical Scientific theory, theory that describes the behavior of matter and of light; its unusual characteristics typically occur at and below the scale of atoms. Reprinted, Addison-Wesley, 1989, It is ...
, A^\ast typically means the complex conjugate only, and not the conjugate transpose.


Alternative characterizations

Hermitian matrices can be characterized in a number of equivalent ways, some of which are listed below:


Equality with the adjoint

A square matrix A is Hermitian if and only if it is equal to its conjugate transpose, that is, it satisfies \langle \mathbf w, A \mathbf v\rangle = \langle A \mathbf w, \mathbf v\rangle, for any pair of vectors \mathbf v, \mathbf w, where \langle \cdot, \cdot\rangle denotes the inner product operation. This is also the way that the more general concept of self-adjoint operator is defined.


Real-valuedness of quadratic forms

An n\timesn matrix A is Hermitian if and only if \langle \mathbf, A \mathbf\rangle\in\R, \quad \text \mathbf\in \mathbb^.


Spectral properties

A square matrix A is Hermitian if and only if it is unitarily diagonalizable with real eigenvalues.


Applications

Hermitian matrices are fundamental to
quantum mechanics Quantum mechanics is the fundamental physical Scientific theory, theory that describes the behavior of matter and of light; its unusual characteristics typically occur at and below the scale of atoms. Reprinted, Addison-Wesley, 1989, It is ...
because they describe operators with necessarily real eigenvalues. An eigenvalue a of an operator \hat on some quantum state , \psi\rangle is one of the possible measurement outcomes of the operator, which requires the operators to have real eigenvalues. In
signal processing Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as audio signal processing, sound, image processing, images, Scalar potential, potential fields, Seismic tomograph ...
, Hermitian matrices are utilized in tasks like Fourier analysis and signal representation. The eigenvalues and eigenvectors of Hermitian matrices play a crucial role in analyzing signals and extracting meaningful information. Hermitian matrices are extensively studied in
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as :a_1x_1+\cdots +a_nx_n=b, linear maps such as :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrix (mathemat ...
and
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
. They have well-defined spectral properties, and many numerical algorithms, such as the
Lanczos algorithm The Lanczos algorithm is an iterative method devised by Cornelius Lanczos that is an adaptation of power iteration, power methods to find the m "most useful" (tending towards extreme highest/lowest) eigenvalues and eigenvectors of an n \times n ...
, exploit these properties for efficient computations. Hermitian matrices also appear in techniques like singular value decomposition (SVD) and eigenvalue decomposition. In
statistics Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
and
machine learning Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of Computational statistics, statistical algorithms that can learn from data and generalise to unseen data, and thus perform Task ( ...
, Hermitian matrices are used in covariance matrices, where they represent the relationships between different variables. The positive definiteness of a Hermitian covariance matrix ensures the well-definedness of multivariate distributions. Hermitian matrices are applied in the design and analysis of communications system, especially in the field of multiple-input multiple-output (MIMO) systems. Channel matrices in MIMO systems often exhibit Hermitian properties. In
graph theory In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
, Hermitian matrices are used to study the spectra of graphs. The Hermitian Laplacian matrix is a key tool in this context, as it is used to analyze the spectra of mixed graphs. The Hermitian-adjacency matrix of a mixed graph is another important concept, as it is a Hermitian matrix that plays a role in studying the energies of mixed graphs.


Examples and solutions

In this section, the conjugate transpose of matrix A is denoted as A^\mathsf , the transpose of matrix A is denoted as A^\mathsf and conjugate of matrix A is denoted as \overline . See the following example: \begin 0 & a - ib & c-id \\ a+ib & 1 & m-in \\ c+id & m+in & 2 \end The diagonal elements must be real, as they must be their own complex conjugate. Well-known families of Hermitian matrices include the Pauli matrices, the Gell-Mann matrices and their generalizations. In
theoretical physics Theoretical physics is a branch of physics that employs mathematical models and abstractions of physical objects and systems to rationalize, explain, and predict List of natural phenomena, natural phenomena. This is in contrast to experimental p ...
such Hermitian matrices are often multiplied by imaginary coefficients, which results in skew-Hermitian matrices. Here, we offer another useful Hermitian matrix using an abstract example. If a square matrix A equals the product of a matrix with its conjugate transpose, that is, A = BB^\mathsf , then A is a Hermitian positive semi-definite matrix. Furthermore, if B is row full-rank, then A is positive definite.


Properties


Main diagonal values are real

The entries on the main diagonal (top left to bottom right) of any Hermitian matrix are real. Only the main diagonal entries are necessarily real; Hermitian matrices can have arbitrary complex-valued entries in their off-diagonal elements, as long as diagonally-opposite entries are complex conjugates.


Symmetric

A matrix that has only real entries is symmetric
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (often shortened as "iff") is paraphrased by the biconditional, a logical connective between statements. The biconditional is true in two cases, where either bo ...
it is a Hermitian matrix. A real and symmetric matrix is simply a special case of a Hermitian matrix. So, if a real anti-symmetric matrix is multiplied by a real multiple of the imaginary unit i, then it becomes Hermitian.


Normal

Every Hermitian matrix is a
normal matrix In mathematics, a complex square matrix is normal if it commutes with its conjugate transpose : :A \text \iff A^*A = AA^* . The concept of normal matrices can be extended to normal operators on infinite-dimensional normed spaces and to nor ...
. That is to say, AA^\mathsf = A^\mathsfA.


Diagonalizable

The finite-dimensional spectral theorem says that any Hermitian matrix can be diagonalized by a unitary matrix, and that the resulting diagonal matrix has only real entries. This implies that all eigenvalues of a Hermitian matrix with dimension are real, and that has linearly independent eigenvectors. Moreover, a Hermitian matrix has
orthogonal In mathematics, orthogonality (mathematics), orthogonality is the generalization of the geometric notion of ''perpendicularity''. Although many authors use the two terms ''perpendicular'' and ''orthogonal'' interchangeably, the term ''perpendic ...
eigenvectors for distinct eigenvalues. Even if there are degenerate eigenvalues, it is always possible to find an orthogonal basis of consisting of eigenvectors of .


Sum of Hermitian matrices

The sum of any two Hermitian matrices is Hermitian.


Inverse is Hermitian

The inverse of an invertible Hermitian matrix is Hermitian as well.


Associative product of Hermitian matrices

The product of two Hermitian matrices and is Hermitian if and only if .


''ABA'' Hermitian

If ''A'' and ''B'' are Hermitian, then ''ABA'' is also Hermitian.


is real for complex

For an arbitrary complex valued vector the product \mathbf^\mathsf A \mathbf is real because of \mathbf^\mathsf A \mathbf = \left(\mathbf^\mathsf A \mathbf\right)^\mathsf . This is especially important in quantum physics where Hermitian matrices are operators that measure properties of a system, e.g. total spin, which have to be real.


Complex Hermitian forms vector space over

The Hermitian complex -by- matrices do not form a
vector space In mathematics and physics, a vector space (also called a linear space) is a set (mathematics), set whose elements, often called vector (mathematics and physics), ''vectors'', can be added together and multiplied ("scaled") by numbers called sc ...
over the
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the for ...
s, , since the identity matrix is Hermitian, but is not. However the complex Hermitian matrices ''do'' form a vector space over the
real numbers In mathematics, a real number is a number that can be used to measurement, measure a continuous variable, continuous one-dimensional quantity such as a time, duration or temperature. Here, ''continuous'' means that pairs of values can have arbi ...
. In the - dimensional vector space of complex matrices over , the complex Hermitian matrices form a subspace of dimension . If denotes the -by- matrix with a in the position and zeros elsewhere, a basis (orthonormal with respect to the Frobenius inner product) can be described as follows: E_ \text 1 \leq j \leq n \quad (n \text) together with the set of matrices of the form \frac\left(E_ + E_\right) \text 1 \leq j < k \leq n \quad \left( \frac 2 \text \right) and the matrices \frac\left(E_ - E_\right) \text 1 \leq j < k \leq n \quad \left( \frac 2 \text \right) where i denotes the imaginary unit, i = \sqrt~. An example is that the four Pauli matrices form a complete basis for the vector space of all complex 2-by-2 Hermitian matrices over .


Eigendecomposition

If orthonormal eigenvectors \mathbf_1, \dots, \mathbf_n of a Hermitian matrix are chosen and written as the columns of the matrix , then one eigendecomposition of is A = U \Lambda U^\mathsf where U U^\mathsf = I = U^\mathsf U and therefore A = \sum_j \lambda_j \mathbf_j \mathbf_j ^\mathsf, where \lambda_j are the eigenvalues on the diagonal of the diagonal matrix \Lambda.


Singular values

The singular values of A are the absolute values of its eigenvalues: Since A has an eigendecomposition A=U\Lambda U^H, where U is a unitary matrix (its columns are orthonormal vectors; see above), a singular value decomposition of A is A=U, \Lambda, \text(\Lambda)U^H, where , \Lambda, and \text(\Lambda) are diagonal matrices containing the absolute values , \lambda, and signs \text(\lambda) of A's eigenvalues, respectively. \sgn(\Lambda)U^H is unitary, since the columns of U^H are only getting multiplied by \pm 1. , \Lambda, contains the singular values of A, namely, the absolute values of its eigenvalues.


Real determinant

The determinant of a Hermitian matrix is real: (Alternatively, the determinant is the product of the matrix's eigenvalues, and as mentioned before, the eigenvalues of a Hermitian matrix are real.)


Decomposition into Hermitian and skew-Hermitian matrices

Additional facts related to Hermitian matrices include: * The sum of a square matrix and its conjugate transpose \left(A + A^\mathsf\right) is Hermitian. * The difference of a square matrix and its conjugate transpose \left(A - A^\mathsf\right) is skew-Hermitian (also called antihermitian). This implies that the
commutator In mathematics, the commutator gives an indication of the extent to which a certain binary operation fails to be commutative. There are different definitions used in group theory and ring theory. Group theory The commutator of two elements, ...
of two Hermitian matrices is skew-Hermitian. * An arbitrary square matrix can be written as the sum of a Hermitian matrix and a skew-Hermitian matrix . This is known as the Toeplitz decomposition of . C = A + B \quad\text\quad A = \frac\left(C + C^\mathsf\right) \quad\text\quad B = \frac\left(C - C^\mathsf\right)


Rayleigh quotient

In mathematics, for a given complex Hermitian matrix and nonzero vector , the Rayleigh quotient R(M, \mathbf), is defined as:Parlet B. N. ''The symmetric eigenvalue problem'', SIAM, Classics in Applied Mathematics,1998 R(M, \mathbf) := \frac. For real matrices and vectors, the condition of being Hermitian reduces to that of being symmetric, and the conjugate transpose \mathbf^\mathsf to the usual transpose \mathbf^\mathsf. R(M, c \mathbf x) = R(M, \mathbf x) for any non-zero real scalar c. Also, recall that a Hermitian (or real symmetric) matrix has real eigenvalues. It can be shown that, for a given matrix, the Rayleigh quotient reaches its minimum value \lambda_\min (the smallest eigenvalue of M) when \mathbf x is \mathbf v_\min (the corresponding eigenvector). Similarly, R(M, \mathbf x) \leq \lambda_\max and R(M, \mathbf v_\max) = \lambda_\max . The Rayleigh quotient is used in the min-max theorem to get exact values of all eigenvalues. It is also used in eigenvalue algorithms to obtain an eigenvalue approximation from an eigenvector approximation. Specifically, this is the basis for Rayleigh quotient iteration. The range of the Rayleigh quotient (for matrix that is not necessarily Hermitian) is called a numerical range (or spectrum in functional analysis). When the matrix is Hermitian, the numerical range is equal to the spectral norm. Still in functional analysis, \lambda_\max is known as the spectral radius. In the context of C*-algebras or algebraic quantum mechanics, the function that to associates the Rayleigh quotient for a fixed and varying through the algebra would be referred to as "vector state" of the algebra.


See also

* * * * * * * (anti-Hermitian matrix) * *


References


External links

*
Visualizing Hermitian Matrix as An Ellipse with Dr. Geo
, by Chao-Kuei Hung from Chaoyang University, gives a more geometric explanation. * {{Authority control Matrices (mathematics)