Transpose
Usage
• Transpose[list] 转置list中的开头两层。
Notes
• Transpose给出一个矩阵的一般转置。
 作用在张量上,给出张量。 • 只要在特殊层上的列表长度是相同的,指定  不必是不同的。
Further Examples
This is the transpose of a non-square matrix.
In[1]:=
|
Out[1]//MatrixForm=
|
Here is a tensor, its transpose, and their dimensions.
In[2]:=
|
Out[2]//MatrixForm=
|
In[3]:=
|
Out[3]//MatrixForm=
|
Here is a tensor, its transpose, and their dimensions.
In[4]:=
|
Out[4]=
|
In[5]:=
|
|