Transpose a matrix — flip its rows and columns. Enter the matrix with rows separated by semicolons.
Usage Tip
A matrix equal to its own transpose is symmetric — common in covariance and distance matrices.
An m×n matrix becomes n×m
It is fundamental to dot products, symmetric matrices, and many linear-algebra identities.
The result has the dimensions swapped.
Transposing twice returns the original matrix.
