MTM[ctranspose] - Hermitian matrix transpose
|
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) |
|
|
Download Help Document
Was this information helpful?