Matrix Transpose Calculator
Transpose a 2×2 or 3×3 matrix.
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
- Enter the entries of your 2×2 or 3×3 matrix into the input boxes.
- Check that each number is in the correct row and column before calculating.
- Click the transpose button to swap rows with columns.
- 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
- Write the original matrix and label its rows and columns.
- For each entry, switch its row and column position, so \(a_{12}\) becomes \(a_{21}\), \(a_{13}\) becomes \(a_{31}\), and so on.
- 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}\).
- 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)\).
- 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)\).
- 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
Absolute Value Calculator
Calculate the absolute value of any number. Use this free calculator for fast, accurate answers, complete with the formula and a worked example.
Absolute Value Equation Solver
Solve equations of the form |ax + b| = c.
Adding Fractions Calculator
Add two fractions with step-by-step simplification.
One-Way ANOVA Calculator
Perform one-way ANOVA on multiple groups.
You Might Also Like
Popular tools from other categories
AC to DC Converter Calculator
Convert AC voltage to DC voltage for different rectifier configurations. Free online calculator with instant, step-by-step results.
Acid-Base Titration Calculator
Calculate concentration from titration data. Get quick, accurate results with this free online calculator, including formulas and worked examples.
ABV Calculator
Calculate alcohol by volume from original and final gravity. Free calculator with instant calculations, the underlying formula, and an easy-to-follow example.
Amortization Schedule Calculator - Free Online
Free Generate a complete amortization schedule. Step-by-step solutions and formulas included. Free, accurate results with step-by-step explanations.
Can't Find the Right Calculator?
Try our AI Math Solver, type any problem in plain English and get instant step-by-step solutions.