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].
with⁡MTM:
M≔Matrix⁡1,2,3,4:
transpose⁡M
1324
M≔Array⁡1,2:
12
See Also
LinearAlgebra[Transpose]
MTM[ctranspose]
Download Help Document