mathpi.net

Matrix Transpose Calculator

This Matrix Transpose calculator reads the matrix size, then the matrix of specified size from user, and then finds the transpose of the matrix, with a step by step solution.

Enter Matrix Size

×

Enter matrix A

The matrix appears when you enter the size: m, n.

Examples to use Matrix Transpose Calculator

1. Find the transpose of the following 3×3 matrix.

Matrix \({\ A = \begin{bmatrix}1 & 2 & 3\\4 & 5 & 6\\7 & 8 & 9\end{bmatrix} }\)

Solution

Since the given matrix is of size 3×3, follow these steps with the Matrix Transpose Calculator.

  1. Enter matrix size of 3×3 in input fields: m=3 and n=3.
  2. A matrix with specified size of 3×3 appears, with input field for each element in the matrix.
  3. Enter the given matrix values, and click on Calculate button.
  4. A step-by-step solution with the following steps will be displayed.

Given:

Matrix \( A = \begin{bmatrix}1 & 2 & 3\\4 & 5 & 6\\7 & 8 & 9\end{bmatrix} \)

Computing Matrix Transpose:\( A^T \)

Convert the rows of given matrix \( A \) to the columns.

\( A^T = \begin{bmatrix}1 & 4 & 7\\2 & 5 & 8\\3 & 6 & 9\end{bmatrix} \)

Result

The transpose of the matrix A is

\( A^T = \begin{bmatrix}1 & 4 & 7\\2 & 5 & 8\\3 & 6 & 9\end{bmatrix} \)

2. Find the transpose of the following 2×4 matrix.

Matrix \({\ A = \begin{bmatrix}1 & 2 & 3 & 4\\5 & 6 & 7 & 8\end{bmatrix} }\)

Solution

Since the given matrix is of size 2×4, follow these steps with the Matrix Transpose Calculator.

  1. Enter matrix size of 2×4 in input fields: m=2 and n=4.
  2. A matrix with specified size of 3×3 appears, with input field for each element in the matrix.
  3. Enter the given matrix values, and click on Calculate button.
  4. A step-by-step solution with the following steps will be displayed.

Given:

Matrix \( A = \begin{bmatrix}1 & 2 & 3 & 4\\5 & 6 & 7 & 8\end{bmatrix} \)

Computing Matrix Transpose:\( A^T \)

Convert the rows of given matrix \( A \) to the columns.

\( A^T = \begin{bmatrix}1 & 5\\2 & 6\\3 & 7\\4 & 8\end{bmatrix} \)

Result

The transpose of the matrix A is

\( A^T = \begin{bmatrix}1 & 5\\2 & 6\\3 & 7\\4 & 8\end{bmatrix} \)