Contents - Index


DATA >TRANSPOSE

PURPOSE Take the transpose of a matrix.


DESCRIPTION Interchanges the rows and columns of a matrix. Note that this corresponds to taking the converse of a directed graph.  That is, reversing the direction of every arc.

PARAMETERS
Output dataset (Default = 'Transpose')
Name of file containing transposed data.

LOG FILE Transposed matrix.

TIMING O(N^2).

COMMENTS More complicated transposes for three-dimensional matrices can be done using TOOLS>MATRIX>ALGEBRA

REFERENCES None.