Calcoid

Matrix Transpose Calculator

Transpose any m by n matrix by swapping its rows and columns, and instantly see whether it is symmetric or skew-symmetric.

Matrix Transpose Calculator

Transpose A to the T (2 x 3)

Rows and columns are swapped, so the 3 x 2 input becomes a 2 x 3 matrix.

Source matrix A (3 x 2)

Square?

No

Symmetric (A = A to the T)?

n/a (not square)

Skew-symmetric?

n/a (not square)

Diagonal?

n/a (not square)

Integer inputs?

Yes

Frequently Asked Questions about the Matrix Transpose Calculator

What is the transpose of a matrix?
The transpose of a matrix A, written A to the T, swaps its rows and columns. The entry in row i, column j of A moves to row j, column i of A to the T. So an m by n matrix becomes an n by m matrix, and a column vector becomes a row vector.
How do you transpose a matrix by hand?
Write the first row of A as the first column of the new matrix, the second row as the second column, and so on. Equivalently, reflect every entry across the main diagonal (the line from the top left to the bottom right). The calculator does this for any size from 1 by 1 up to 6 by 6.
What is a symmetric matrix?
A square matrix is symmetric when it equals its own transpose, so A[i][j] equals A[j][i] for every pair of indices. The entries form a mirror image across the main diagonal. Only square matrices can be symmetric, and this calculator flags the case for you.
What is a skew-symmetric matrix?
A square matrix is skew-symmetric (also called antisymmetric) when its transpose equals its negative, so A[i][j] equals minus A[j][i]. That rule forces every entry on the main diagonal to be 0. The zero matrix is the only matrix that is both symmetric and skew-symmetric.
Does transposing twice return the original matrix?
Yes. Transposition is an involution, which means (A to the T) to the T equals A. Swapping rows and columns once and then swapping them back leaves every entry in its original position, so you recover the matrix you started with.
What are the dimensions of the transpose?
If A has m rows and n columns, then A to the T has n rows and m columns. The two dimensions simply switch places. A 3 by 2 matrix transposes to a 2 by 3 matrix, and a square matrix keeps the same shape.

Related Calculators

More calculators in "Math"

See all 202 calculators in "Math"