Transpose

Returns the transpose of x. This function is only defined for matrices.

For the result z = transpose(x) is z[i,j] = x[j,i].

Syntax

transpose(x)

Types
 Variable NameValue TypeVariable Type
Argument:xreal, complexmatrix
Result: z real, complex matrix
Calculator Input

Use the transpose button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentREAL MATRIX

[[1,2,3],[4,5,6]]
z Result REAL MATRIX

transpose(x)