Matlab[transpose] - compute the transpose of a MapleMatrix or MatlabMatrix using MATLAB(R)
|
Calling Sequence
|
|
transpose(X)
|
|
Parameters
|
|
X
|
-
|
MapleMatrix or MatlabMatrix
|
|
|
|
|
Description
|
|
•
|
The transpose command computes the transpose of a matrix using MATLAB.
|
•
|
Executing the transpose command returns a Matrix, Vector or constant.
|
|
|
Examples
|
|
Define the Maple matrix
>
|
|
>
|
|
| (1) |
The transpose of this MapleMatrix is computed as
>
|
|
[1. 6. 7. 3.]
|
[ ]
|
[3. 4. 8. 7.]
|
[ ]
|
[5. 2. 1. 3.]
|
|
|
The matrix is set in MATLAB and transposed as a MatlabMatrix.
>
|
|
>
|
|
[1. 6. 7. 3.]
|
[ ]
|
[3. 4. 8. 7.]
|
[ ]
|
[5. 2. 1. 3.]
|
|
|
|
|
Download Help Document
Was this information helpful?