MTM
ctranspose
Hermitian matrix transpose
Calling Sequence
Parameters
Description
Examples
ctranspose(M)
M
-
matrix, vector, or array
The ctranspose(M) function computes the Hermitian transpose of the matrix M. The result, R, is given by R[i,j] = ctranspose(M[j,i]).
with⁡MTM:
M≔Matrix⁡1,2+I,3,4:
ctranspose⁡M
132−I4
M≔Array⁡1,−2⁢I:
12⁢I
See Also
LinearAlgebra[HermitianTranspose]
MTM[conj]
MTM[transpose]
Download Help Document