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

Online Help

All Products    Maple    MapleSim


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

withMTM:

MMatrix1,2+I,3,4:

ctransposeM

132I4

(1)

MArray1,2I:

ctransposeM

12I

(2)

See Also

LinearAlgebra[HermitianTranspose]

MTM[conj]

MTM[transpose]