Linear Algebra & Matrices
Calculate the transpose of any matrix by converting rows to columns and columns to rows. Enter your matrix elements and get instant results with detailed step-by-step explanations.
Separate elements with spaces and rows with semicolons
Try these sample matrices to understand how matrix transpose works
Simple 2×2 matrix transpose example
Matrix: 1 2; 3 4
Size: 2×2
Rectangular matrix becoming 2×3 after transpose
Matrix: 1 2; 3 4; 5 6
Size: 3×2
Row vector becoming column vector
Matrix: 1 2 3 4
Size: 1×4
Identity matrix transpose (remains unchanged)
Matrix: 1 0 0; 0 1 0; 0 0 1
Size: 3×3