Transpose
Usage
• Transpose[list] transposes the first two levels in list. • Transpose[list, { , , ... }] transposes list so that the k level in list is the  level in the result.
Notes
• Transpose gives the usual transpose of a matrix. • Transpose[m] can be input as  . •  can be entered as tr or \ [Transpose]. • Acting on a tensor Transpose gives the tensor  . • Transpose[list, { , , ... }] gives the tensor  . • So long as the lengths of the lists at particular levels are the same, the specifications  do not necessarily have to be distinct. • New in Version 1; modified in 5.1. • Advanced Documentation.
|