MTM
transpose
matrix transpose
Calling Sequence
Parameters
Description
Examples
transpose(M)
M
-
matrix, vector or array
The transpose(M) function computes the transpose of the matrix M. The result, R, is given by R[i,j] = M[j,i].
See Also
LinearAlgebra[Transpose]
MTM[ctranspose]
Download Help Document