transpose - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

transpose

  

matrix transpose

 

Calling Sequence

Parameters

Description

Examples

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

withMTM:

MMatrix1,2,3,4:

transposeM

1324

(1)

MArray1,2:

transposeM

12

(2)

See Also

LinearAlgebra[Transpose]

MTM[ctranspose]