Conjugate Matrix

This tool calculates the conjugate matrix of A.


Conjugate Matrix

Given a matrix M with complex coefficients, the conjugate matrix of M is calculated by replacing each element of M by its complex conjugate. For example,

`M = [[1,i],[-2+i,1],[i,3+2i]]` then, the conjugate of `M`, noted `overline M` is

`overline M = [[1,-i],[-2-i,1],[-i,3-2i]]`

See also

Complex conjugate
Adjoint matrix
Linear algebra Calculators