Search for a tool
Complex Conjugate Matrix

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.

Results

Complex Conjugate 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 'Complex Conjugate Matrix' tool for free! Thank you!

Complex Conjugate Matrix

Complexe Conjugate Matrix Calculator

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

Answers to Questions (FAQ)

What is a complex matrix conjugate? (Definition)

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)

How to calculate the complex conjugate of a matrix?

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.

What are the properties of a conjugate matrix?

A double conjugated matrix (conjugated two times) is equal to the original matrix. $$ \overline{\overline{M}}=M $$

Source code

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.

Cite dCode

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: https://www.dcode.fr/complex-conjugate-matrix
In a scientific article or book, the recommended bibliographic citation is: Complex Conjugate Matrix on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/complex-conjugate-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 'Complex Conjugate Matrix' tool for free! Thank you!


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