Search for a tool
Conjugate Transpose Matrix

Tool to calculate the conjugate transpose matrix (or Hermitian transpose matrix), the transpose of the conjugate matrix of a complex matrix M.

Results

Conjugate Transpose Matrix -

Tag(s) : Matrix

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Conjugate Transpose Matrix' tool for free! Thank you!

Conjugate Transpose Matrix

Conjugate Transpose Matrix Calculator

Loading...
(if this message do not disappear, try to refresh this page)

Hermitian Matrix Checker

Calculate the Conjugate Transpose matrix if it is equal to the initial matrix then the matrix is Hermitian.

Answers to Questions (FAQ)

What is a matrix conjugate transpose? (Definition)

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 $.

How to calculate the conjugate transpose of a matrix? (Formula)

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.

What is the hermitian transpose?

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.

What is the adjoint matrix?

In English, the conjugate transposed matrix is sometimes erroneously called adjoint matrix but it is not the same matrix.

Source code

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.

Cite dCode

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: https://www.dcode.fr/conjugate-transpose-matrix
In a scientific article or book, the recommended bibliographic citation is: Conjugate Transpose Matrix on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/conjugate-transpose-matrix

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Conjugate Transpose Matrix' tool for free! Thank you!


https://www.dcode.fr/conjugate-transpose-matrix
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback