ctranspose - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

MTM

  

ctranspose

  

Hermitian matrix transpose

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ctranspose(M)

Parameters

M

-

matrix, vector, or array

Description

• 

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]).

Examples

(1)

(2)

See Also

LinearAlgebra[HermitianTranspose]

MTM[conj]

MTM[transpose]

 


Download Help Document