Skip to main content

Matrix Transpose Calculator

Transpose a 2×2 or 3×3 matrix.

Reviewed for accuracy by the Math Ora X team Last updated

Result

About Matrix Transpose Calculator

The transpose swaps rows and columns: element (i,j) becomes element (j,i). (AB)ᵀ = BᵀAᵀ.

$$A^T_{ij} = A_{ji}$$

How to use this calculator

  1. Enter the entries of your 2×2 or 3×3 matrix into the input boxes.
  2. Check that each number is in the correct row and column before calculating.
  3. Click the transpose button to swap rows with columns.
  4. Read the output matrix, where the first row becomes the first column, the second row becomes the second column, and so on.

The formula explained

The transpose formula says that the entry in row \(i\), column \(j\) of the transposed matrix is the entry from row \(j\), column \(i\) of the original matrix: \(A^T_{ij} = A_{ji}\). This means every element moves to its mirrored position across the main diagonal.

  • A = the original matrix
  • \(A^T\) = the transpose of matrix A
  • i = the row index in the transposed matrix
  • j = the column index in the transposed matrix

Step by step method

  1. Write the original matrix and label its rows and columns.
  2. For each entry, switch its row and column position, so \(a_{12}\) becomes \(a_{21}\), \(a_{13}\) becomes \(a_{31}\), and so on.
  3. Place all entries into their new positions to form the transposed matrix.

Worked example

Problem. Find the transpose of the 3×3 matrix \(\begin{pmatrix}1 & 4 & 7 \ 2 & 5 & 8 \ 3 & 6 & 9\end{pmatrix}\).

  1. Start with the original matrix. The first row is \((1, 4, 7)\), the second row is \((2, 5, 8)\), and the third row is \((3, 6, 9)\).
  2. Swap rows and columns. The first column of the transpose is \((1, 4, 7)\), the second column is \((2, 5, 8)\), and the third column is \((3, 6, 9)\).
  3. Write the new matrix as \(\begin{pmatrix}1 & 2 & 3 \ 4 & 5 & 6 \ 7 & 8 & 9\end{pmatrix}\).

Answer. \(\begin{pmatrix}1 & 2 & 3 \ 4 & 5 & 6 \ 7 & 8 & 9\end{pmatrix}\)

Tips and common mistakes

  • The diagonal entries do not move, because they stay in the same row and column position.
  • A common mistake is to reverse the order of entries in a row instead of swapping rows and columns.

Frequently asked questions

How do I transpose a 2×2 or 3×3 matrix in this calculator?+

Enter the matrix entries in row order, then the calculator swaps rows and columns to give the transpose. For example, the first row of the original matrix becomes the first column of the transposed matrix.

What does the transpose formula A^T_{ij} = A_{ji} mean?+

It means the entry in row i, column j of the transpose is the same as the entry in row j, column i of the original matrix. In simple terms, every row turns into a column.

What is the transpose of a 2×2 matrix with entries a, b, c, d?+

For the matrix [[a, b], [c, d]], the transpose is [[a, c], [b, d]]. The main diagonal stays the same, while the off-diagonal entries switch places.

Does transposing a matrix change the diagonal entries?+

No, the diagonal entries stay exactly the same because each diagonal position maps to itself. Only entries off the diagonal move to the opposite side.

How is a transpose different from an inverse or a determinant?+

A transpose only flips rows and columns, while an inverse is a different matrix that multiplies with the original to give the identity, if it exists. A determinant is a single number associated with a square matrix, not a new matrix.

More Mathematics Tools

Explore related calculators in this category

You Might Also Like

Popular tools from other categories

Can't Find the Right Calculator?

Try our AI Math Solver, type any problem in plain English and get instant step-by-step solutions.

Try AI Solver

Browse All Categories

Home Mathematics Current Tool
Facebook Twitter WhatsApp