MTM[transpose] - matrix transpose
|
Calling Sequence
|
|
transpose(M)
|
|
Parameters
|
|
M
|
-
|
matrix, vector or array
|
|
|
|
|
Description
|
|
•
|
The transpose(M) function computes the transpose of the matrix M. The result, R, is given by R[i,j] = M[j,i].
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
|
|
Download Help Document
Was this information helpful?