Transpose

Parent Previous Next

Transpose


Matrix transpose



Syntax


transpose(x)

x is a matrix

Return the transpose of x


Examples


Input

Output

transpose([1+i, 2, 1-i])

transpose([3, 7, 5; 0, 4, 2])

Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor