MTM
conj
conjugate
Calling Sequence
Parameters
Description
Examples
conj(M)
M
-
array
The conj(M) function computes the element-wise conjugate of M. The result, R, is formed as R[i,j] = conj(M[i,j]).
with⁡MTM:
M≔Matrix⁡2,3,fill=−3+I:
conj⁡M
−3−I−3−I−3−I−3−I−3−I−3−I
See Also
MTM[ctranspose]
Download Help Document