Transpose of a Matrix: Overview, Questions, Preparation

Matrices 2021 ( Maths Matrices )

nitesh singh
Updated on Jul 11, 2025 09:05 IST

By nitesh singh, Senior Executive

The matrix is a rectangular array of numbers or elements. These numbers or elements are divided into rows (horizontal) and columns (vertical). When we replace these rows and columns with each other. The new formed matrix is called the “transpose of matrix”.

In this article, we will discuss how to find the transpose of a matrix, the order of a matrix, the transpose of various matrices, and properties of matrices. The transpose of a matrix is very useful for CBSE and other competitive exams like JEE, CUET and others. You can download a concise Short notes PDF for free.

Table of content
  • What is the Transpose of a Matrix
  • How to find the transpose of a matrix
  • NCERT Definition of Transpose
  • Transpose of various matrices
  • Properties of the transpose of matrix
  • Applications of the Transpose of a Matrix
Maths Matrices Logo

What is the Transpose of a Matrix

In simple words, to find the transpose of matrix, just interchange the rows and columns of the matrix. It is denoted by A’ or A T . If explained in mathematical terms;

If there is a matrix A = [ a i j ] m × n , then the transpose of matrix A is defined as, A T = [ a j i ] n × m  

For example, If matrix A = [ 3 5 4 1 1 2 ] 2 × 3 , then Transpose of matrix ( A T ) = [ 3 1 5 1 4 2 ] 3 × 2

In conclusion, the transpose of a matrix is a matrix formed by swapping the rows and columns.

  • Order of Transpose Matrix: The order of the transpose is always exactly opposite to the order of the original matrix. If the matrix A is of order m x n, then the transpose of matrix ( A T ) will be of order n x m. E.g., in the above given example, the original matrix has a 2x3 order, and the transpose matrix has a 3x2 order.
Maths Matrices Logo

How to find the transpose of a matrix

Finding the transpose of a given matrix is simple. The first step is to identify the number of rows. Now, exchange all the rows with the corresponding column, thus formed matrix is transpose. How to exchange:

  • 1st Row = 1st Column
  • 2nd Row = 2nd Column
  • 3rd Row = 3rd Column

Similarly; nth Row = nth Column

For Example: if A= 1 2 3 4 5 6 , then

  • 1st Row 1 2 3 becomes 1st Column 1 2 3
  • 2nd Row 4 5 6 becomes 2nd column 4 5 6

The transpose A’ = 1 4 2 5 3 6

Maths Matrices Logo

NCERT Definition of Transpose

You can read the definition of transpose as described in NCERT Textbook for class 11 mathematics.

“Definition 3: If A = [ a i j ]  be an m × n matrix, then the matrix obtained by interchanging the rows and columns of A is called the transpose of A. Transpose of the matrix A is denoted by A′ or ( A T ) . In other words, if   A = [ a i j ] m × n , then A ' = [ a j i ] n × m .”

Maths Matrices Logo

Transpose of various matrices

You can transpose of check various types of matrices below.

  • Transpose of Row and Column Matrices

Transpose of row matrix becomes a column matrix:

If a Row matrix A = a b c , the transpose of matrix A’ = a b c , which is a column matrix.

Transpose of a Column matrix becomes a Row matrix:

If a row matrix A = a b c , the transpose of matrix A’ = a b c , which is a row matrix.

  • Transpose of a Square Matrix

The transpose of a square matrix remains the same order matrix, just the rows are exchanged with columns. For example:

If a matrix A= 1 2 3 4 5 6 7 8 9 then the transpose formed by exchanging the rows and columns; A ' = 1 4 7 2 5 8 3 6 9

Note: An Important point in the transpose of square matrices is that diagonal elements remain unchanged. As in the above example, diagonal elements [1 5 9], remain the same.

  • Transpose of a Diagonal Matrix

As we know that diagonal matrices are a special type of matrix having all the non-diagonal elements as zero. The transpose of the diagonal matrix remains as it is, which means for diagonal matrix A= A’.

For Example:
If there is a diagonal matrix A = 1 0 0 0 5 0 0 0 9 , then the transpose will be A ' = 1 0 0 0 5 0 0 0 9 , You can see both are the same. So, A = A’ for a diagonal matrix.

  • Transpose of Symmetric and Skew-symmetric Matrix

The symmetric matrices are specific matrices for which the transpose of a symmetric matrix remains the same as the original matrix. For symmetric matrices; A = A’.  For example

A symmetric matrix A = 1 - 1 3 - 1 5 0 3 0 9 , Find the transpose of this matrix by exchanging the rows with columns: A ' = 1 - 1 3 - 1 5 0 3 0 9 . Both symmetric matrix and its transpose are exactly same.

Skew symmetric matrices are defined such that their transpose will be equal to the negative of the given matrix. That means A = A = - A ' o r - A = A ' for skew symmetric matrix.

For example, Let’s assume a skew-symmetric matrix A = 0 - 2 3 2 0 1 - 3 - 1 0

The transpose of matrix A: A ' = 0 2 - 3 - 2 0 - 1 3 1 0

The negative of transpose will be - A ' = 0 - 2 3 2 0 1 - 3 - 1 0

Maths Matrices Logo

Properties of the transpose of matrix

  • The transpose of the transpose of a matrix will be the same as the matrix A: (A')' = A.
  • The transpose is distributive over addition. The transpose of the sum of two matrices will be equal to the sum of the transposes of both matrices: (A + B)' = A' + B'.
  • The transpose of a matrix multiplied by any scalar will be the same as the transpose multiplied by the scalar: (kA)' = kA'.
  • The transpose of the product of two matrices will be equal to the product of the individual transposes of both matrices in reverse order: (AB)' = B'A'.
  • For a symmetric matrix, the transpose and original matrix are equal: A = A'.
  • For a skew-symmetric matrix, the negative of the transpose and the original matrix are equal: A = -A'.
  • Determinant of transpose of matrix (A') will be equal to the determinant of the matrix: |A|=|A’|.
Maths Matrices Logo

Applications of the Transpose of a Matrix

  • Transpose is widely used to find the adjoint and inverse of the matrices.
  • Transpose also helps in solving the system of linear equations through transposing the co-efficient matrix.
  • Transpose of a matrix is used in coordinate geometry to transform the coordinate points, for rotations, and reflections.
  • Transpose of matrices have various real life applications such as cryptography, computer graphics, 3D model generation, Data analysis, and more.
qna

Maths Matrices Exam

Student Forum

chatAnything you would want to ask experts?
Write here...