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].
withMTM:
M≔Matrix1,2,3,4:
transposeM
1324
M≔Array1,2:
12
See Also
LinearAlgebra[Transpose]
MTM[ctranspose]
Download Help Document