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. Except explicit open source licence (indicated Creative Commons / free), the "Conjugate Transpose Matrix" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "Conjugate Transpose Matrix" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Conjugate Transpose Matrix" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Conjugate Transpose Matrix on dCode.fr [online website], retrieved on 2024-11-21,