Transpose• Transpose[list] transposes the first two levels in list. • Example: Transpose[{{a, b}, {c, d}] . • So long as the lengths of the lists at particular levels are the same, the specifications do not necessarily have to be distinct. • Example: Transpose[Array[a, {3, 3}], {1, 1}] . • See also: Flatten, Partition.
Examples Using InstantCalculatorsHere is the InstantCalculator for the Transpose function. Enter the parameters for your calculation and click Calculate to see the result.
Out[1]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the Transpose Function Controller. This is the transpose of a nonsquare matrix.
Out[2]= |  |
This is the transpose of a square matrix.
Out[3]= |  |
|