Tool to calculate the conjugate transpose matrix (or Hermitian transpose matrix), the transpose of the conjugate matrix of a complex matrix M.
Conjugate Transpose Matrix - dCode
Tag(s) : Matrix
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Calculate the Conjugate Transpose matrix if it is equal to the initial matrix then the matrix is Hermitian.
The conjugate transpose matrix is the name given to the transpose of the conjugate of a complex matrix (or of the conjugate of the transposed matrix), it is denoted $ M^* $ (asterisk) or, more rare notation, with a dagger † $ M^\dagger $.
Taking $ M=[a_{ij}] $ a matrix with complex elements, the conjugate transpose matrix is computed with the formula $$ M^* = \overline{M}^T = \overline{M^T} = [\overline{a_{ij}}]^T $$
Example: The conjugate transpose 2x2 matrix $ M^* $ of the matrix $ M $ is calculated: $$ M=\begin{bmatrix} 2 & 1-i & 0 \\ 1 & 2+i & -i \end{bmatrix} \Rightarrow M^*= \begin{bmatrix} 2 & 1 \\ 1+i & 2-i \\ 0 & i \end{bmatrix} $$
On dCode, use the character i to represent the imaginary unit $ i $ of complex numbers.
Hermitian transpose is another name of the conjugate transpose matrix, mainly used on linear function spaces. Other names used: Hermitian conjugate, bedaggered matrix or transjugate.
In English, the conjugate transposed matrix is sometimes erroneously called adjoint matrix but it is not the same matrix.
dCode retains ownership of the "Conjugate Transpose Matrix" source code. Any algorithm for the "Conjugate Transpose Matrix" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Conjugate Transpose Matrix" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Conjugate Transpose Matrix" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Conjugate Transpose Matrix" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Conjugate Transpose Matrix on dCode.fr [online website], retrieved on 2025-04-16,