Conjugate transpose: Difference between revisions

Content deleted Content added
m deleted "older texts"
Dysprosia (talk | contribs)
m notational standardization
Line 1:
In [[mathematics]], the '''conjugate transpose''' or '''adjoint''' of an ''m''-by-''n'' [[matrix (mathematics)|matrix]] ''A'' with [[complex number|complex]] entries is the ''n''-by-''m'' matrix ''A''<sup>*</sup> obtained from ''A'' by taking the [[transpose]] and then taking the [[complex conjugate]] of each entry. Formally
:<math>(A^H*)[_{i,j]} = \overline{A[A_{j,i]}}</math>
where the subscripts denote the ''i'',''j''-th entry, for 1 &le; ''i'' &le; ''n'' and 1 &le; ''j'' &le; ''m''.
 
This definition can also be written as
:<math> A^H* \equiv {\overline A}^{T}</math>
where <math>A^T \,\!</math> denotes the transpose and <math> \overline A \,\!</math> denotes the matrix with complex conjugated entries.
 
Alternative names for the conjugate transpose of a matrix are '''adjoint matrix''', '''Hermitian conjugate''', or '''tranjugate'''. The conjugate transpose of a matrix ''A'' can be denoted by any of these symbols:
* <math>A^* \,\!</math> or <math>A^H \,\!</math>, commonly used in [[linear algebra]]
* <math>A^\dagger \,\!</math>, universally used in [[quantum mechanics]]
* <math>A^* \,\!</math> (which can also denote the complex conjugate, however)
 
==Example==
Line 21 ⟶ 20:
then
 
<math>A^H*=\begin{bmatrix}3-i&2+2i\\
2&-i\end{bmatrix}.</math>