next up previous contents
Next: The Truncate Function Up: Mathematical Functions Previous: The Tangent Function

Matrix Transposition

Calling Sequence:
transpose(
A)
Parameters:
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]]);




Gaston Gonnet
1998-09-15