Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: T - Z
> TRANSPOSE
TRANSPOSE
Returns the transpose of a matrix.
Format
TRANSPOSE (M)
Argument
M
A matrix.
Examples
The following examples illustrate the use of the TRANSPOSE function:
Function
TRANSPOSE({1,2,3}
Result
{[1,2,3]}
Function
TRANSPOSE({[1,2],[3,4]})
Result
{[1,3],[2,4]}
Learn more about matrix/array functions
.
This site works best with JavaScript enabled