Transpose

Name

Transpose -- Returns the transpose of a rectangular matrix

Synopsis

Transpose[x->LIST(LIST(T))] =: LIST(LIST(T)) 

Description

Transpose returns the transpose of a rectangular matrix. It is an error if list is not rectangular.

See also

Inverse.