Conj(M) = ComplexConjugate(M):
The complex conjugate of a scalar (x.r + x.i * i) is (x.r − x.i * i). The complex conjugate of a matrix is this same matrix with every element replaced with its scalar complex conjugate.
Return to Matrix and Polynomial Computations
Return to Harry's Home Page