In mathematics, more precisely in linear algebra, a Hermitian matrix (or self-adjoint matrix) is a square matrix that is equal to its own conjugate transpose—that is, its element in the i-th row and j-th column is the complex conjugate of its element in the j-th row and i-th column, for all indices i and j. With matrix notations:
where is the transpose of is the conjugate of and is the element in the i-th row and j-th column of
Hermitian matrices can be understood as the complex generalization of symmetric real matrices.
The Hermitian property of a matrix can be written concisely as
where denotes the conjugate transpose of
Equivalent notations in common use are although in quantum mechanics, typically means the complex conjugate only, and not the conjugate transpose.
Hermitian matrices are named after Charles Hermite,[1] who demonstrated in 1855 that matrices of this form share with symmetric real matrices the property of always having real eigenvalues.
Alternative characterizations
editHermitian matrices can be characterized in a number of equivalent ways, some of which are listed below:
Equality with the adjoint
editA square matrix is Hermitian if and only if it is equal to its conjugate transpose, that is, for any pair of vectors it satisfies
where 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
editAn matrix is Hermitian if and only if
Spectral properties
editA square matrix is Hermitian if and only if it is unitarily diagonalizable with real eigenvalues.
Applications
editHermitian matrices are fundamental to quantum mechanics because they describe operators with necessarily real eigenvalues. An eigenvalue of an operator on some quantum state is one of the possible measurement outcomes of the operator, which requires the operators to have real eigenvalues.
In signal processing, Hermitian matrices are utilized in tasks like Fourier analysis and signal representation.[2] 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 and numerical analysis. They have well-defined spectral properties, and many numerical algorithms, such as the Lanczos algorithm, exploit these properties for efficient computations. Hermitian matrices also appear in techniques like singular value decomposition (SVD) and eigenvalue decomposition.
In statistics and machine learning, Hermitian matrices are used as covariance matrices, which represent the relationships between different variables. The positive definiteness of a Hermitian covariance matrix ensures the well-definedness of multivariate distributions.[3]
Hermitian matrices are applied in the design and analysis of communications systems, especially in the field of multiple-input multiple-output (MIMO) systems. Channel matrices in MIMO systems often exhibit Hermitian properties.
In graph theory, 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.[4] 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.[5]
Examples
editIn the following example, denotes the imaginary unit
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, such Hermitian matrices are often multiplied by imaginary coefficients,[6][7] which results in skew-Hermitian matrices.
Here is another useful case of a Hermitian matrix. If a square matrix equals the product of a matrix with its conjugate transpose, that is, then is Hermitian positive semi-definite. Furthermore, if is non-singular (i.e., row full-rank), then is positive definite.
Properties
editMain diagonal values are real
editThe entries on the main diagonal (top left to bottom right) of any Hermitian matrix are real.
by definition of a Hermitian matrix; so and the above follows, as a number can equal its complex conjugate only if their imaginary parts are zero.
Only the main diagonal entries are necessarily real; a Hermitian matrix can have arbitrary complex-valued entries as its off-diagonal elements, as long as its diagonally-opposite entries are complex conjugates.
Symmetric if and only if real
editA Hermitian matrix is symmetric if and only if it has only real entries. A symmetric real matrix is simply a special case of a Hermitian matrix.
by definition of a Hermitian matrix. Thus,
(i.e., is symmetric) if and only if (i.e., is real).
Related special case
editIf an anti-symmetric real matrix is multiplied by an imaginary number, then the product is also anti-symmetric but has only imaginary entries. An anti-symmetric imaginary matrix is another special case of a Hermitian matrix.
Normal
editEvery Hermitian matrix is a normal matrix; that is to say,
so
Diagonalizable
editThe 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 A with order n are real, and that A has n linearly independent eigenvectors. Moreover, a Hermitian matrix has orthogonal eigenvectors for distinct eigenvalues. Even if there are degenerate eigenvalues (i.e., zero eigenvalues), it is always possible to find an orthonormal basis of consisting of n eigenvectors of A.
Sum of Hermitian matrices is Hermitian
editThe sum of any two Hermitian matrices is Hermitian.
Inverse of Hermitian matrix is Hermitian
editThe inverse of an invertible Hermitian matrix is Hermitian as well.
If then so
Commutative product of Hermitian matrices is Hermitian
editThe product of two Hermitian matrices A and B is Hermitian if and only if AB = BA.
Thus, if and only if
Consequence: If a matrix is Hermitian, then for any integer is Hermitian.
ABA is Hermitian
editIf two matrices and are Hermitian, then is also Hermitian.
vHAv is real for complex v
editIf a matrix is Hermitian, then for any complex-valued vector the product is real. Indeed, 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 matrices form vector space over ℝ
editThe Hermitian complex n × n matrices do not form a vector space over the complex numbers, since the identity matrix is Hermitian, but is not. However, the complex Hermitian matrices do form a vector space over the real numbers, In the -dimensional vector space of complex n × n matrices over the complex Hermitian matrices form a subspace of dimension
Ejk denoting the n × n matrix with a 1 in the j,k position and zeros elsewhere, a basis (orthonormal with respect to the Frobenius inner product) can be described as follows:
together with the set of matrices of the form
and the set of matrices of the form
where denotes the imaginary unit
An example is that the four Pauli matrices form a complete basis for the vector space of all complex 2 × 2 Hermitian matrices over
Eigendecomposition
editIf orthonormal eigenvectors of a Hermitian matrix are chosen and written as the columns of a matrix then one eigendecomposition of is
where is a unitary matrix—i.e., and is a diagonal matrix with 's eigenvalues on 's diagonal. Therefore,
where is the row vector corresponding to the -th row of is the -th coordinate of and is the -th eigenvalue on 's diagonal.
Singular values
editThe singular values of a matrix are the absolute values of its eigenvalues.
Since a Hermitian matrix has an eigendecomposition where is a unitary matrix (its columns are orthonormal vectors—see above, and its rows are also orthonormal vectors), a singular value decomposition of is
where and are diagonal matrices respectively containing the absolute values and signs of 's eigenvalues. The matrix is unitary, since the rows (not the columns) of are only getting multiplied by The matrix contains the singular values of namely, the absolute values of 's eigenvalues.[8]
Real determinant
editThe determinant of a Hermitian matrix is real.
For any complex matrix
Therefore,
Other proof
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
editAdditional facts related to Hermitian matrices include:
- The sum of a square matrix and its conjugate transpose is Hermitian.
- The difference of a square matrix and its conjugate transpose is skew-Hermitian (also called antihermitian). This implies that the commutator of two Hermitian matrices is skew-Hermitian.
- An arbitrary square matrix C can be written as the sum of a Hermitian matrix A and a skew-Hermitian matrix B. This is known as the Toeplitz decomposition of C.[9]: 227
Rayleigh quotient
editFor a complex (or real) matrix and a non-zero complex (or real) vector the Rayleigh quotient,[10] is defined as the scalar:[9]: p. 234 [11]
For a real vector the conjugate transpose reduces to the usual transpose
For any non-zero complex (or real) scalar
If is Hermitian (or symmetric real), then for any non-zero complex vector is real.
For a real matrix, the condition of being Hermitian reduces to that of being symmetric.
It can be shown that,[9] for a given Hermitian (or symmetric real) matrix the Rayleigh quotient reaches its minimum value (the smallest eigenvalue of ) when (the corresponding eigenvector). Similarly, and
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 a fixed 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, is known as the spectral radius.
In the context of -algebras or algebraic quantum mechanics, the function that to M associates the Rayleigh quotient R(M, v) for a fixed v and M varying through the algebra would be referred to as a "vector state" of the algebra.
See also
edit- Complex symmetric matrix – Matrix equal to its transpose
- Haynsworth inertia additivity formula – Counts positive, negative, and zero eigenvalues of a block partitioned Hermitian matrix
- Hermitian form – Generalization of complex inner products
- Normal matrix – Matrix that commutes with its conjugate transpose
- Schur–Horn theorem – Characterizes the diagonal of a Hermitian matrix with given eigenvalues
- Self-adjoint operator – Linear operator equal to its own adjoint
- Skew-Hermitian matrix – Matrix whose conjugate transpose is its negative (additive inverse) (anti-Hermitian matrix)
- Unitary matrix – Complex matrix whose conjugate transpose equals its inverse
- Vector space – Algebraic structure in linear algebra
References
edit- ↑ Archibald, Tom (2010-12-31), Gowers, Timothy; Barrow-Green, June; Leader, Imre (eds.), "VI.47 Charles Hermite", The Princeton Companion to Mathematics, Princeton University Press, p. 773, doi:10.1515/9781400830398.773a, ISBN 978-1-4008-3039-8, retrieved 2023-11-15
{{citation}}: CS1 maint: work parameter with ISBN (link) - ↑ Ribeiro, Alejandro. "Signal and Information Processing" (PDF).
- ↑ "MULTIVARIATE NORMAL DISTRIBUTIONS" (PDF).
- ↑ Lau, Ivan. "Hermitian Spectral Theory of Mixed Graphs" (PDF).
- ↑ Liu, Jianxi; Li, Xueliang (February 2015). "Hermitian-adjacency matrices and Hermitian energies of mixed graphs". Linear Algebra and Its Applications. 466: 182–207. doi:10.1016/j.laa.2014.10.028.
- ↑ Frankel, Theodore (2004). The Geometry of Physics: an introduction. Cambridge University Press. p. 652. ISBN 0-521-53927-7.
- ↑ Physics 125 Course Notes Archived 2022-03-07 at the Wayback Machine at California Institute of Technology
- ↑ Trefethan, Lloyd N.; Bau, III, David (1997). Numerical linear algebra. Philadelphia, PA, USA: SIAM. p. 34. ISBN 0-89871-361-7. OCLC 1348374386.
- 1 2 3 Horn, Roger A.; Johnson, Charles R. (2013). Matrix Analysis, second edition. Cambridge University Press. ISBN 9780521839402.
- ↑ Also known as the Rayleigh–Ritz ratio; named after Walther Ritz and Lord Rayleigh.
- ↑ Parlett, Beresford N. (1998). The symmetric eigenvalue problem. Classics in applied mathematics. Philadelphia, Pa: Society for Industrial and Applied Mathematics. ISBN 978-1-61197-116-3.
External links
edit- "Hermitian matrix", Encyclopedia of Mathematics, EMS Press, 2001 [1994]
- Visualizing Hermitian Matrix as An Ellipse with Dr. Geo Archived 2017-08-29 at the Wayback Machine, by Chao-Kuei Hung from Chaoyang University, gives a more geometric explanation.
- "Hermitian Matrices". MathPages.com.