Transpose Matrix

Returns the conjugate transpose of matrix.

connector_pane_image
datatype_icon

matrix

2D array of any numeric type.

datatype_icon

transposed matrix

Output matrix with transposed elements.

Output Behavior

The conjugate transpose of matrix rearranges the elements so that the element at index (i, j) in matrix becomes the conjugate of the element at (j, i) in transposed matrix.