Transpose

 
 
 

Categories

  • Math > Matrix

Description

Outputs the transpose of the specified input matrix. Transposing a matrix is basically rewriting it so that the columns of the old matrix become the rows of the new matrix and vice-versa.

Ports

Inputs

Matrix

The matrix to transpose.

outputs

Result

The transposed input matrix.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License