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 ...
, the conjugate transpose, also known as the Hermitian transpose, of an m \times n
complex Complex commonly refers to: * Complexity, the behaviour of a system whose components interact in multiple ways so possible interactions are difficult to describe ** Complex system, a system composed of many components which may interact with each ...
matrix Matrix (: matrices or matrixes) or MATRIX may refer to: Science and mathematics * Matrix (mathematics), a rectangular array of numbers, symbols or expressions * Matrix (logic), part of a formula in prenex normal form * Matrix (biology), the m ...
\mathbf is an n \times m matrix obtained by transposing \mathbf and applying
complex conjugation In mathematics, the complex conjugate of a complex number is the number with an equal real part and an imaginary part equal in magnitude but opposite in sign. That is, if a and b are real numbers, then the complex conjugate of a + bi is a - ...
to each entry (the complex conjugate of a+ib being a-ib, for real numbers a and b). There are several notations, such as \mathbf^\mathrm or \mathbf^*, \mathbf', or (often in physics) \mathbf^. For real matrices, the conjugate transpose is just the transpose, \mathbf^\mathrm = \mathbf^\operatorname.


Definition

The conjugate transpose of an m \times n matrix \mathbf is formally defined by where the subscript ij denotes the (i,j)-th entry (matrix element), for 1 \le i \le n and 1 \le j \le m, and the overbar denotes a scalar complex conjugate. This definition can also be written as :\mathbf^\mathrm = \left(\overline\right)^\operatorname = \overline where \mathbf^\operatorname denotes the transpose and \overline denotes the matrix with complex conjugated entries. Other names for the conjugate transpose of a matrix are Hermitian transpose, Hermitian conjugate, adjoint matrix or transjugate. The conjugate transpose of a matrix \mathbf can be denoted by any of these symbols: * \mathbf^*, commonly used 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 ...
* \mathbf^\mathrm, commonly used in linear algebra * \mathbf^\dagger (sometimes pronounced as ''A
dagger A dagger is a fighting knife with a very sharp point and usually one or two sharp edges, typically designed or capable of being used as a cutting or stabbing, thrusting weapon.State v. Martin, 633 S.W.2d 80 (Mo. 1982): This is the dictionary or ...
''), commonly used 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 ...
* \mathbf^+, although this symbol is more commonly used for the Moore–Penrose pseudoinverse In some contexts, \mathbf^* denotes the matrix with only complex conjugated entries and no transposition.


Example

Suppose we want to calculate the conjugate transpose of the following matrix \mathbf. :\mathbf = \begin 1 & -2 - i & 5 \\ 1 + i & i & 4-2i \end We first transpose the matrix: :\mathbf^\operatorname = \begin 1 & 1 + i \\ -2 - i & i \\ 5 & 4-2i\end Then we conjugate every entry of the matrix: :\mathbf^\mathrm = \begin 1 & 1 - i \\ -2 + i & -i \\ 5 & 4+2i\end


Basic remarks

A square matrix \mathbf with entries a_ is called * Hermitian or
self-adjoint In mathematics, an element of a *-algebra is called self-adjoint if it is the same as its adjoint (i.e. a = a^*). Definition Let \mathcal be a *-algebra. An element a \in \mathcal is called self-adjoint if The set of self-adjoint elements ...
if \mathbf=\mathbf^\mathrm; i.e., a_ = \overline. * Skew Hermitian or antihermitian if \mathbf=-\mathbf^\mathrm; i.e., a_ = -\overline. * Normal if \mathbf^\mathrm \mathbf = \mathbf \mathbf^\mathrm. * Unitary if \mathbf^\mathrm = \mathbf^, equivalently \mathbf\mathbf^\mathrm = \boldsymbol, equivalently \mathbf^\mathrm\mathbf = \boldsymbol. Even if \mathbf is not square, the two matrices \mathbf^\mathrm\mathbf and \mathbf\mathbf^\mathrm are both Hermitian and in fact positive semi-definite matrices. The conjugate transpose "adjoint" matrix \mathbf^\mathrm should not be confused with the adjugate, \operatorname(\mathbf), which is also sometimes called ''adjoint''. The conjugate transpose can be motivated by noting that complex numbers can be usefully represented by 2 \times 2 real matrices, obeying matrix addition and multiplication: a + ib \equiv \begin a & -b \\ b & a \end. That is, denoting each ''complex'' number z by the ''real'' 2 \times 2 matrix of the linear transformation on the Argand diagram (viewed as the ''real'' vector space \mathbb^2), affected by complex ''z''-multiplication on \mathbb. Thus, an m \times n matrix of complex numbers could be well represented by a 2m \times 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 \times m matrix made up of complex numbers. For an explanation of the notation used here, we begin by representing complex numbers e^ as the rotation matrix, that is, e^ = \begin \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end = \cos \theta \begin 1 & 0 \\ 0 & 1 \end + \sin \theta \begin 0 & -1 \\ 1 & 0 \end. Since e^ = \cos \theta + i \sin \theta, we are led to the matrix representations of the unit numbers as 1 = \begin 1 & 0 \\ 0 & 1 \end, \quad i = \begin 0 & -1 \\ 1 & 0 \end. A general complex number z=x+iy is then represented as z = \begin x & -y \\ y & x \end. The
complex conjugate In mathematics, the complex conjugate of a complex number is the number with an equal real part and an imaginary part equal in magnitude but opposite in sign. That is, if a and b are real numbers, then the complex conjugate of a + bi is a - ...
operation (that sends a + bi to a - bi for real a, b) is encoded as the matrix transpose.


Properties

* (\mathbf + \boldsymbol)^\mathrm = \mathbf^\mathrm + \boldsymbol^\mathrm for any two matrices \mathbf and \boldsymbol of the same dimensions. * (z\mathbf)^\mathrm = \overline \mathbf^\mathrm for any complex number z and any m \times n matrix \mathbf. * (\mathbf\boldsymbol)^\mathrm = \boldsymbol^\mathrm \mathbf^\mathrm for any m \times n matrix \mathbf and any n \times p matrix \boldsymbol. Note that the order of the factors is reversed. * \left(\mathbf^\mathrm\right)^\mathrm = \mathbf for any m \times n matrix \mathbf, i.e. Hermitian transposition is an involution. * If \mathbf is a square matrix, then \det\left(\mathbf^\mathrm\right) = \overline where \operatorname(A) denotes the
determinant In mathematics, the determinant is a Scalar (mathematics), scalar-valued function (mathematics), function of the entries of a square matrix. The determinant of a matrix is commonly denoted , , or . Its value characterizes some properties of the ...
of \mathbf . * If \mathbf is a square matrix, then \operatorname\left(\mathbf^\mathrm\right) = \overline where \operatorname(A) denotes the trace of \mathbf. * \mathbf is
invertible In mathematics, the concept of an inverse element generalises the concepts of opposite () and reciprocal () of numbers. Given an operation denoted here , and an identity element denoted , if , one says that is a left inverse of , and that ...
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 ...
\mathbf^\mathrm is invertible, and in that case \left(\mathbf^\mathrm\right)^ = \left(\mathbf^\right)^. * The
eigenvalue In linear algebra, an eigenvector ( ) or characteristic vector is a vector that has its direction unchanged (or reversed) by a given linear transformation. More precisely, an eigenvector \mathbf v of a linear transformation T is scaled by a ...
s of \mathbf^\mathrm are the complex conjugates of the
eigenvalue In linear algebra, an eigenvector ( ) or characteristic vector is a vector that has its direction unchanged (or reversed) by a given linear transformation. More precisely, an eigenvector \mathbf v of a linear transformation T is scaled by a ...
s of \mathbf. * \left\langle \mathbf x,y \right\rangle_m = \left\langle x, \mathbf^\mathrm y\right\rangle_n for any m \times n matrix \mathbf, any vector in x \in \mathbb^n and any vector y \in \mathbb^m . Here, \langle\cdot,\cdot\rangle_m denotes the standard complex
inner product In mathematics, an inner product space (or, rarely, a Hausdorff pre-Hilbert space) is a real vector space or a complex vector space with an operation called an inner product. The inner product of two vectors in the space is a scalar, ofte ...
on \mathbb^m , and similarly for \langle\cdot,\cdot\rangle_n.


Generalizations

The last property given above shows that if one views \mathbf as a
linear transformation In mathematics, and more specifically in linear algebra, a linear map (also called a linear mapping, linear transformation, vector space homomorphism, or in some contexts linear function) is a mapping V \to W between two vector spaces that pr ...
from
Hilbert space In mathematics, a Hilbert space is a real number, real or complex number, complex inner product space that is also a complete metric space with respect to the metric induced by the inner product. It generalizes the notion of Euclidean space. The ...
\mathbb^n to \mathbb^m , then the matrix \mathbf^\mathrm corresponds to the adjoint operator of \mathbf A. 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 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 ...
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

* Complex dot product *
Hermitian adjoint In mathematics, specifically in operator theory, each linear operator A on an inner product space defines a Hermitian adjoint (or adjoint) operator A^* on that space according to the rule :\langle Ax,y \rangle = \langle x,A^*y \rangle, where \l ...
* Adjugate matrix


References


External links

* {{springer, title=Adjoint matrix, id=p/a010850 Linear algebra Matrices (mathematics)