A | : | matrix(real) |
Returns: matrix(real)
Synopsis: Computes the transpose, AT, of a matrix A. (The transpose of a matrix is produced by replacing entry Aij with entry Aji for all i, j.)
Examples:
> transpose([[1, 2, 3], [4, 5, 6], [7, 8, 9]]);