Properties of Matrices Transpose with Examples and Solutions

Namrata Das logo

Namrata Das

Exams Prep Master

The transpose of the matrix, when it comes to Linear algebra, is among the most popular methods in matrix transformation. For a specific matrix, the transpose of a matrix is achieved by converting rows into columns or columns to rows. In the article below, you will be able to understand the definition of the term "transpose" in a matrix. We will also discuss the methods to determine the matrix's transpose and examples and properties with an explanation of the whole process.

NCERT Solutions of Class 12 Mathematics Chapter 3 Matrices

Key takeaways: Transpose of matrix, Matrix, transpose of square matrix, matrix, matrix transpose, Square matrix, columns, rows


Properties of Transpose Of Matrix

[Click Here for Sample Questions]

(i) Transpose of the Transpose Of the Matrix

To better understand this property, let’s take an example:

Let matrix be B and its transpose will be B’ or BT

Now, let’s transpose of matrix BT will be:

(BT)T = B

In this situation, the elements of B, such as,

bij will be converted into bji as a transpose of matrix B.

The elements of BT, such as,

bji will be converted into bij as a transpose of matrix BT.

(ii) Addition Property of Transpose

According to the addition property, the addition of transpose of X and Y matrices is equal to the addition of transpose of individual matrices X and Y.

See the following example to better understand:

(X+Y)' = X'+Y'

(iii) Multiplication by Constant

The matrix is multiplied by a constant and its transpose is taken to be equal to the matrix the transpose of the original matrix multiplied by that constant. Such as,

(kB)' = kB'

where k is a constant.

(iv) Multiplication Property of Transpose

According to the multiplication property, the transpose of the product of two matrices = the product of transpose of the two matrices in reverse order. Such as,

(AB)' = B'A'

The video below explains this:

Matrices Detailed Video Explanation:

Also read: Proof of the uniqueness of inverse, if it exists


What is Matrix?

[Click Here for Sample Questions]

A matrix is a collection of numbers or functions arranged in a fixed number of rows and columns in a rectangular bracket shape. Matrices have a wide range of types. To better understand the types of matrices, let's take the following examples:

A = \([ \begin{matrix} 1 & 0 & 5 \\ 3 & 2 & 4 \end{matrix} ]\)2x3

The above matrix is of order 2 × 3. Thus, there are a total of (2 × 3 = 6) 6 elements.

Note: 2 represent the horizontal array, known as rows

And 3 represent the vertical array, known as Columns.

This matrix is known as the vertical matrix because the number of rows is less than the number of columns.

Now let’s take the another one:

A = \([ \begin{matrix} 1 & 4 \\ 3 & 6 \\ 2 & 5 \end{matrix} ]\)3x2

This matrix is of order 2 × 3. This matrix is known as the horizontal matrix because the number of columns is less than the number of rows. Now let’s move to:

Also Read:


What is The Transpose Of Matrix?

[Click Here for Sample Questions]

The transpose of a matrix (denoted by T in the superscript of the given matrix) represents the interchange of the matrix's rows and columns or columns and rows. To better understand, let's take an example:

Suppose A is a given matrix with i × j order (i represents rows and j represents columns). The transpose will be:

Transpose of matrix

​Transpose of matrix

  • Order of Transpose Matrix

As mentioned above, the number of horizontal lines or rows of the matrix is denoted by "m". Furthermore, the number of vertical lines or columns is represented by "n". However, in the transpose of the matrix, m * n is exchanged into n * m. Let us take an example to better understand how m * n is exchanged into n * m in the transpose of the matrix:

Suppose a matrix:

Order of Transpose Matrix

In the above illustration, we can see that the given matrix is of order 2 × 4.

The elements of the first row [-1, 0, 4, 2] are written in the first column, and the elements in the second row [4, 8, 0, 1] are written in the second column to obtain the transpose matrix. The transpose of the matrix A is AT or A’ and has an order of 4 x 2.

Order of Transpose Matrix

Also read: Commutative law


Transpose of a Square Matrix

[Click Here for Sample Questions]

The matrix resulting from a given matrix X after altering or changing its rows to columns and columns to rows is called the transpose of a matrix X. Let us check out the transpose of the 2 × 2 square matrix to better understand the concept of square matrix.

  • Transpose of a 2 × 2 Matrix

The order of a 2 × 2 matrix A will be the same while transpose. Let’s take an example:

Transpose of a 2 × 2 Matrix

In the same way, all the 4 × 4 or 3 × 3 matrices will be transposed into the same method.


Things To Remember

  • In reality, the transpose of a matrix means the elements of rows will be flipped to the elements of columns, and the elements of columns will be flipped into row's elements.
  • The transpose is often denoted by either XT or X' or Xtr.
  • If matrix A is of the order m x n, the A' or transpose of A will be n x m.
  • If the matrix X has an xij element, the element will be changed into xji in the transpose of X.

Sample Questions

Ques: If matrix A = \([ \begin{matrix} 1 & 3 & 2 \\ 4 & 6 & 5 \end{matrix} ]\)
Find the transpose of matrix A. (2 marks)

Ans: Given: A = \([ \begin{matrix} 1 & 3 & 2 \\ 4 & 6 & 5 \end{matrix} ]\)

After changing the rows into columns and columns into rows of the given matrix, the transpose of matrix A is given as:

AT\([ \begin{matrix} 1 & 4 \\ 3 & 6 \\ 2 & 5 \end{matrix} ]\)

Hence the result.

Ques: Find the transpose for the given 2×2 matrix. (2 marks)

Ans: B =  \([ \begin{matrix} 3 & 2 \\ 6 & 5 \\ \end{matrix} ]\)

Given 2×2 matrix,

B = \([ \begin{matrix} 3 & 2 \\ 6 & 5 \\ \end{matrix} ]\)

The transpose of the given B matrix is:

BT = \([ \begin{matrix} 3 & 6 \\ 2 & 5 \\ \end{matrix} ]\)

Ques: The given matrix is: X= \([ \begin{matrix} 1 & 2 & 2 \\ 2 & 1 & -2 \\ 4 & -3 & 1 \end{matrix} ]\)
Find the transpose of X and then prove that (XT)T = X. (4 marks)

Ans: The given matrix is:

X = \([ \begin{matrix} 1 & 2 & 2 \\ 2 & 1 & -2 \\ 4 & -3 & 1 \end{matrix} ]\)

The transpose of matrix is:

XT = \([ \begin{matrix} 1 & 2 & 4 \\ 2 & 1 & -3 \\ 2 & -2 & 1 \end{matrix} ]\)

To verify (XT)T = X

Let’s take L.H.S

(XT)T\([ \begin{matrix} 1 & 2 & 2 \\ 2 & 1 & -2 \\ 4 & -3 & 1 \end{matrix} ]\)

Which means, (XT)T = X.

Ques: Verify the addition property for the transpose of matrix. (4 marks)

Ans: A =  \([ \begin{matrix} 1 & 2 & 2 \\ 1 & -1 & -2 \\ 3 & -3 & 1 \end{matrix} ]\) x = \([ \begin{matrix} 1 & 2 & 4 \\ 2 & 1 & -3 \\ 2 & -2 & 1 \end{matrix} ]\)

The given matrices are:

A =  \([ \begin{matrix} 1 & 2 & 2 \\ 1 & -1 & -2 \\ 3 & -3 & 1 \end{matrix} ]\) x = \([ \begin{matrix} 1 & 2 & 4 \\ 2 & 1 & -3 \\ 2 & -2 & 1 \end{matrix} ]\)

To prove (A+X)T = AT + XT

Let’s take LHS= (A+X)T

To make (A+X)T, firstly we need to add matrices A and X.

Here,

(A+X) = \([ \begin{matrix} 2 & 4 & 6 \\ 3 & 0 & -5 \\ 5 & -5 & 2 \end{matrix} ]\)

Now (A+X)T

(A+X)T = \([ \begin{matrix} 2 & 3 & 5 \\ 4 & 0 & -5 \\ 6 & -5 & 2 \end{matrix} ]\)

Now RHS = AT + XT

AT + XT \([ \begin{matrix} 2 & 3 & 5 \\ 4 & 0 & -5 \\ 6 & -5 & 2 \end{matrix} ]\)

Here LHS = RHS

Therefore (A+X)T = AT + XT

For Latest Updates on Upcoming Board Exams, Click Here: https://t.me/class_10_12_board_updates


Check-Out: 

CBSE CLASS XII Related Questions

  • 1.
    Find:

    The shortest distance between the lines: \[ \vec{r}=(4+\lambda)\hat{i}+(2\lambda-1)\hat{j}-3\lambda\hat{k} \] and \[ \vec{r}=(1+2\mu)\hat{i}+(4\mu-1)\hat{j}+(2-5\mu)\hat{k} \]


      • 2.

        A carpenter needs to design a wooden box in the shape of a cuboid such that the sum of its length and breadth is 3 cm more than its height. Twice of its length, thrice of its breadth and its height add up to 10 cm. Its breadth added to 7 times its height is 1 cm less than 3 times its length. 


          • 3.

            An NGO organises a charity event in which they decide to distribute woollen caps to protect children from winter. The caps to be distributed are in three separate boxes, Box I has 30 red caps, Box II has 20 red and 10 green caps, and Box III has 30 green caps. The probability that a Box i is selected and a cap picked out is i/6, where i = 1, 2, 3.  
            Based on the above information, answer the following questions :


              • 4.
                Find:

                If the function \[ f(x)= \begin{cases} \frac{\sin x}{x}+\cos x, & x\neq0\\ k, & x=0 \end{cases} \] is continuous at \(x=0\), then find the value of \(k\).

                  • \(0\)
                  • \(-2\)
                  • \(-1\)
                  • \(2\)

                • 5.
                  Find a point on the line \( \frac{x - 2}{3} = \frac{1 - y}{2} = \frac{z - 3}{2} \) at a distance of \( \sqrt{2} \) units from the point \( (1, 2, 3) \).


                    • 6.
                      If \( xy = e^{x - y} \), then find \( \frac{dy}{dx} \).

                        CBSE CLASS XII Previous Year Papers

                        Comments


                        No Comments To Show