Matrix Transpose Calculator

Transpose a matrix — flip its rows and columns. Enter the matrix with rows separated by semicolons.

Transpose
Rows become columns.

Usage Tip

A matrix equal to its own transpose is symmetric — common in covariance and distance matrices.

THE MATH
entry (i, j) becomes entry (j, i)
An m×n matrix becomes n×m
Transposing reflects a matrix across its main diagonal, swapping rows and columns.
It is fundamental to dot products, symmetric matrices, and many linear-algebra identities.
Works for any rectangular matrix; rows separated by semicolons.
The result has the dimensions swapped.
Transposing twice returns the original matrix.
Scroll to Top

The calculators and tools on Formula Factory are provided for general guidance and informational purposes only. Results are estimates based on standard formulas and the values you enter — they do not constitute professional engineering, electrical, or architectural advice. Always verify calculations with a qualified professional before making decisions for any safety-critical, code-compliance, or commercial application. Formula Factory makes no representations or warranties as to the accuracy or completeness of any result, and accepts no liability for errors, omissions, or any outcomes arising from reliance on this information.