Conjugate transpose

From HandWiki
Short description: Complex matrix A* obtained from a matrix A by transposing it and conjugating each entry


In mathematics, the conjugate transpose, also known as the Hermitian transpose, of an m×n complex matrix 𝐀 is an n×m matrix obtained by transposing 𝐀 and applying complex conjugation to each entry (the complex conjugate of a+ib being aib, for real numbers a and b). There are several notations, such as 𝐀H or 𝐀*,[1] 𝐀,[2] or (often in physics) 𝐀.

For real matrices, the conjugate transpose is just the transpose, 𝐀H=𝐀T.

Definition

The conjugate transpose of an m×n matrix 𝐀 is formally defined by

(𝐀H)ij=𝐀ji

 

 

 

 

(Eq.1)

where the subscript ij denotes the (i,j)-th entry, for 1in and 1jm, and the overbar denotes a scalar complex conjugate.

This definition can also be written as

𝐀H=(𝐀)T=𝐀T

where 𝐀T 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
  • 𝐀H, 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 pseudoinverse

In 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 𝐀.

𝐀=[12i51+ii42i]

We first transpose the matrix:

𝐀T=[11+i2ii542i]

Then we conjugate every entry of the matrix:

𝐀H=[11i2+ii54+2i]

Basic remarks

A square matrix 𝐀 with entries aij is called

Even if 𝐀 is not square, the two matrices 𝐀H𝐀 and 𝐀𝐀H are both Hermitian and in fact positive semi-definite matrices.

The conjugate transpose "adjoint" matrix 𝐀H should not be confused with the adjugate, adj(𝐀), 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.

Motivation

The conjugate transpose can be motivated by noting that complex numbers can be usefully represented by 2×2 real matrices, obeying matrix addition and multiplication:

a+ib[abba].

That is, denoting each complex number z by the real 2×2 matrix of the linear transformation on the Argand diagram (viewed as the real vector space 2), affected by complex z-multiplication on .

Thus, an m×n matrix of complex numbers could be well represented by a 2m×2n 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 n×m matrix made up of complex numbers.

Properties of the conjugate transpose

  • (𝐀+B)H=𝐀H+BH for any two matrices 𝐀 and B of the same dimensions.
  • (z𝐀)H=z𝐀H for any complex number z and any m×n matrix 𝐀.
  • (𝐀B)H=BH𝐀H for any m×n matrix 𝐀 and any n×p matrix B. Note that the order of the factors is reversed.[1]
  • (𝐀H)H=𝐀 for any m×n matrix 𝐀, i.e. Hermitian transposition is an involution.
  • If 𝐀 is a square matrix, then det(𝐀H)=det(𝐀) where det(A) denotes the determinant of 𝐀 .
  • If 𝐀 is a square matrix, then tr(𝐀H)=tr(𝐀) where tr(A) denotes the trace of 𝐀.
  • 𝐀 is invertible if and only if 𝐀H is invertible, and in that case (𝐀H)1=(𝐀1)H.
  • The eigenvalues of 𝐀H are the complex conjugates of the eigenvalues of 𝐀.
  • 𝐀x,ym=x,𝐀Hyn for any m×n matrix 𝐀, any vector in xn and any vector ym. Here, ,m denotes the standard complex inner product on m, and similarly for ,n.

Generalizations

The last property given above shows that if one views 𝐀 as a linear transformation from Hilbert space n to m, then the matrix 𝐀H 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 A is a linear map from a complex vector space V to another, W, then the complex conjugate linear map as well as the transposed linear map are defined, and we may thus take the conjugate transpose of A to be the complex conjugate of the transpose of A. It maps the conjugate dual of W to the conjugate dual of V.

See also

References

  1. 1.0 1.1 Weisstein, Eric W.. "Conjugate Transpose" (in en). https://mathworld.wolfram.com/ConjugateTranspose.html. 
  2. H. W. Turnbull, A. C. Aitken, "An Introduction to the Theory of Canonical Matrices," 1932.