Conjugate transpose explained
In mathematics, the conjugate transpose, also known as the Hermitian transpose, of an
complex matrix
is an
matrix obtained by
transposing
and applying
complex conjugation to each entry (the complex conjugate of
being
, for real numbers
and
). There are several notations, such as
or
,
[1]
,
[2] or (often in physics)
.
For real matrices, the conjugate transpose is just the transpose,
.
Definition
The conjugate transpose of an
matrix
is formally defined by
where the subscript
denotes the
-th entry, for
and
, and the overbar denotes a scalar complex conjugate.
This definition can also be written as
}\right)^\operatorname = \overline
where
denotes the transpose and
} denotes the matrix with complex conjugated entries.
Other names for the conjugate transpose of a matrix are Hermitian conjugate, adjoint matrix or transjugate. The conjugate transpose of a matrix
can be denoted by any of these symbols:
, commonly used in
linear algebra
, commonly used in linear algebra
(sometimes pronounced as
A dagger), commonly used in
quantum mechanics
, although this symbol is more commonly used for the
Moore–Penrose pseudoinverseIn some contexts,
denotes the matrix with only complex conjugated entries and no transposition.
Example
Suppose we want to calculate the conjugate transpose of the following matrix
.
A=\begin{bmatrix}1&-2-i&5\ 1+i&i&4-2i\end{bmatrix}
We first transpose the matrix:
A\operatorname{T}=\begin{bmatrix}1&1+i\ -2-i&i\ 5&4-2i\end{bmatrix}
Then we conjugate every entry of the matrix:
AH=\begin{bmatrix}1&1-i\ -2+i&-i\ 5&4+2i\end{bmatrix}
Basic remarks
A square matrix
with entries
is called
; i.e.,
}.
; i.e.,
}.
.
, equivalently
, equivalently
.
Even if
is not square, the two matrices
and
are both Hermitian and in fact
positive semi-definite matrices.
The conjugate transpose "adjoint" matrix
should not be confused with the
adjugate,
, which is also sometimes called
adjoint.
The conjugate transpose of a matrix
with
real entries reduces to the
transpose of
, as the conjugate of a real number is the number itself.
The conjugate transpose can be motivated by noting that complex numbers can be usefully represented by
real matrices, obeying matrix addition and multiplication:
a+ib\equiv\begin{bmatrix}a&-b\ b&a\end{bmatrix}.
That is, denoting each complex number
by the
real
matrix of the linear transformation on the Argand diagram (viewed as the
real vector space
), affected by complex
-multiplication on
.
Thus, an
matrix of complex numbers could be well represented by a
matrix of real numbers. The conjugate transpose, therefore, arises very naturally as the result of simply transposing such a matrix—when viewed back again as an
matrix made up of complex numbers.
For an explanation of the notation used here, we begin by representing complex numbers
as the rotation matrix, that is,
ei\theta=\begin{pmatrix}\cos\theta&-\sin\theta\ \sin\theta&\cos\theta\end{pmatrix}=\cos\theta\begin{pmatrix}1&0\ 0&1\end{pmatrix}+\sin\theta\begin{pmatrix}0&-1\ 1&0\end{pmatrix}.
Since
ei\theta=\cos\theta+i\sin\theta
we are led to the matrix representations of the unit numbers as
1=\begin{pmatrix}1&0\ 0&1\end{pmatrix}, i=\begin{pmatrix}0&-1\ 1&0\end{pmatrix}.
A general complex number
is then represented as
z=\begin{pmatrix}x&-y\ y&x\end{pmatrix}.
The complex conjugate operation, where i→−i, is seen to be just the matrix transpose.
[3]
Properties of the conjugate transpose
(A+\boldsymbol{B})H=AH+\boldsymbol{B}H
for any two matrices
and
of the same dimensions.
for any complex number
and any
matrix
.
(A\boldsymbol{B})H=\boldsymbol{B}HAH
for any
matrix
and any
matrix
. Note that the order of the factors is reversed.
for any
matrix
, i.e. Hermitian transposition is an
involution.
is a square matrix, then
\det\left(AH\right)=\overline{\det\left(A\right)}
where
denotes the
determinant of
.
is a square matrix, then
\operatorname{tr}\left(AH\right)=\overline{\operatorname{tr}(A)}
where
denotes the
trace of
.
is
invertible if and only if
is invertible, and in that case
\left(AH\right)-1=\left(A-1\right)H
.
are the complex conjugates of the
eigenvalues of
.
\left\langleAx,y\right\ranglem=\left\langlex,AHy\right\ranglen
for any
matrix
, any vector in
and any vector
. Here,
denotes the standard complex
inner product on
, and similarly for
.
Generalizations
The last property given above shows that if one views
as a
linear transformation from
Hilbert space
to
then the matrix
corresponds to the
adjoint operator of
. The concept of adjoint operators between Hilbert spaces can thus be seen as a generalization of the conjugate transpose of matrices with respect to an orthonormal basis.
Another generalization is available: suppose
is a linear map from a complex
vector space
to another,
, then the
complex conjugate linear map as well as the
transposed linear map are defined, and we may thus take the conjugate transpose of
to be the complex conjugate of the transpose of
. It maps the conjugate
dual of
to the conjugate dual of
.
See also
References
- Web site: Weisstein. Eric W.. Conjugate Transpose. 2020-09-08. mathworld.wolfram.com. en.
- H. W. Turnbull, A. C. Aitken,"An Introduction to the Theory of Canonical Matrices,"1932.
- https://math.libretexts.org/Bookshelves/Differential_Equations/Applied_Linear_Algebra_and_Differential_Equations_(Chasnov)/02%3A_II._Linear_Algebra/01%3A_Matrices/1.06%3A_Matrix_Representation_of_Complex_Numbers