Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Matrices and Linear Algebra > Matrix Operations >

ConjugateTranspose

ConjugateTranspose[m]
or m^ gives the conjugate transpose of m.
  •  can be entered as Esc ct Esc or \[ConjugateTranspose].
  • ConjugateTranspose[m] can also be given as m^, where  can be entered as Esc hc Esc or \[HermitianConjugate].
Conjugate transpose of a complex-valued matrix:
Enter using Esc ct Esc:
Conjugate transpose a sparse array:
The conjugate transpose is sparse:
ConjugateTranspose works for symbolic matrices:
ComplexExpand assumes all variables are real:
ConjugateTranspose works similarly to Transpose for tensors:
Conjugate and transpose the first two dimensions:
Conjugate and transpose the first and third dimensions:
m is a random complex matrix:
Find the QRDecomposition of m:
q is unitary, so its inverse is q^
Reconstruct m from the decomposition:
ConjugateTranspose[m] is equivalent to Conjugate[Transpose[m]]:
The product of a matrix and its conjugate transpose is Hermitian:
h is the matrix product of m and m^.
h^=(m.m^)^=(m^)^.m^=m.m^=h so h is Hermitian:
New in 5.1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team