Transpose - Transposes the first two levels of its argument
array Transpose -> array
[ [3 4 5] [6 7 8] ] Transpose -> [[3 6] [4 7] [5 8]]
Transpose gives the usual transpose of a matrix.
Acting on a tensor Tijkl... Transpose gives the tensor Tjikl...
protected for non-rectangular shapes by assert().
Transpose should raise
/NonRectangularShapeError error
and message
"The first two levels of the one-dimensional list cannot be transposed."
[1] The Mathematica Book V4.0 "Transpose"
Markus Diesmann, July 9, 2000
June, 2000
/usr/src/packages/BUILD/sli/sliarray.cc