Tool to calculate the complex conjugate matrix. The complex conjugate of a matrix M is a matrix denoted $ \overline{M} $ composed of the complex conjugate values of each element.
Complex Conjugate 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!
The definition of a complex conjugate matrix is a matrix made of the conjugate elements of the matrix.
For the matrix $ M=[a_{ij}] $, the conjugate matrix is noted with a bar $ \overline{M} $ or with an asterisk $ M^{*} $. For a complex value $ z $, its conjugated value is written $ \overline{z} $ or $ z^{*} $. By generalizing, the formula for calculating the conjugate matrix is:
$$ \overline{M} = [\overline{a_{ij}}] = [a_{ij}^{*}] $$
Remainder: the conjugate value of $ a+ib $ is $ a-ib $ (See the dCode page dedicated to complex conjugates)
The conjugate matrix is calculated for a matrix with complex elements by calculating the conjugate value of each element.
Example: $$ M=\begin{bmatrix} 1 & 2-i \\ 3 & 4+2i \end{bmatrix} \Rightarrow \overline{M}= \begin{bmatrix} 1 & 2+i \\ 3 & 4-2i \end{bmatrix} $$
Use the character i to represent $ i $ the imaginary unit for complex numbers.
A double conjugated matrix (conjugated two times) is equal to the original matrix. $$ \overline{\overline{M}}=M $$
dCode retains ownership of the "Complex Conjugate Matrix" source code. Any algorithm for the "Complex Conjugate Matrix" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Complex Conjugate 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 "Complex Conjugate 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 "Complex Conjugate 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: Complex Conjugate Matrix on dCode.fr [online website], retrieved on 2025-04-16,