JEE  >  Mathematics (Maths) Class 12  >  Transpose of a Matrix

Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

1 Crore+ students have signed up on EduRev. Have you? Download the App

What is a matrix?

A matrix is a rectangular array of numbers or functions arranged in a fixed number of rows and columns. There are many types of matrices. Let us consider a matrix to understand more about them.
[latex]A =
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE
_{3 \times 2}[/latex]
The above matrix A is of order 3 × 2. Thus, there are a total of 6 elements.
The horizontal array is known as rows and the vertical array are known as Columns.
Now, let us take another matrix.
[latex]B =
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE
_{2 \times 3}[/latex]
The number of rows in matrix A is greater than the number of columns, such a matrix is called a Vertical matrix.
The number of columns in matrix B is greater than the number of rows. Such a matrix is called a Horizontal matrix.
One thing to notice here, if elements of A and B are listed, they are the same in number and each element which is there in A is there in B too. So, is A = B?
Before answering this, we should know how to decide the equality of the matrices.
A matrix P is said to be equal to matrix Q if their orders are the same and each corresponding element of P is equal to that of Q.
That is, if [latex]P[/latex] =[latex] [p_{ij}]_{m×n}[/latex] and [latex]Q[/latex] =[latex] [q_{ij}]_{r×s}[/latex] are two matrices such that[latex] P[/latex] = [latex]Q[/latex], then:

  • m = r and n = s i.e. the orders of the two matrices must be same
  • For every value of i and j, [latex]p_{ij}[/latex] = [latex]q_{ij}[/latex].

How to Find Transpose of a Matrix?
Let us now go back to our original matrices A and B. Though they have the same set of elements, are they equal?
The answer is no. That’s because their order is not the same. Now, there is an important observation. There can be many matrices which have exactly the same elements as A has.
Here, the number of rows and columns in A is equal to number of columns and rows in B respectively. Thus, the matrix B is known as the Transpose of the matrix A. The transpose of matrix A is represented by [latex]A'[/latex] or [latex]A^T[/latex]. The following statement generalizes transpose of a matrix:
If [latex]A[/latex] = [latex][a_{ij}]_{m×n}[/latex], then [latex]A'[/latex] =[latex][a_{ij}]_{n×m}[/latex].
Thus Transpose of a Matrix is defined as “A Matrix which is formed by turning all the rows of a given matrix into columns and vice-versa.”

Let’s Work Out-

Example- Find the transpose of the given matrix
[latex]M =
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
Solution- Given a matrix of the order 4×3.
Transpose of a matrix is given by interchanging of rows and columns.
[latex]M^T =
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE[/latex] 

Properties of Transpose of a Matrix

To understand the properties of transpose matrix, we will take two matrices A and B which have equal order. Some properties of transpose of a matrix are given below:

(i) Transpose of the Transpose Matrix
If we take transpose of transpose matrix, the matrix obtained is equal to the original matrix. Hence, for a matrix A, [latex](A’ )'[/latex] = [latex]A[/latex]
What basically happens, is that any element of A, i.e. [latex]a_{ij}[/latex] gets converted to [latex]a_{ji}[/latex] if transpose of A is taken. So, taking transpose again, it gets converted to [latex]a_{ij}[/latex], which was the original matrix [latex]A[/latex].

Example: If [latex]N =
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex], 
Then [latex]N’ =
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
Now, [latex](N’)'[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
= [latex]N[/latex]

(ii) Addition Property of Transpose 
Transpose of an addition of two matrices A and B obtained will be exactly equal to the sum of transpose of individual matrix A and B.
This means,
[latex](A+B)'[/latex] = [latex]A’+B'[/latex] 
Example-  If[latex] P[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
and [latex]Q[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
[latex]P + Q[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex][latex] 
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
[latex](P+Q)'[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
[latex]P’+Q'[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

 
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex] = [latex](P+Q)'[/latex]
So, we can observe that [latex](P+Q)'[/latex] = [latex]P’+Q'[/latex].

(iii) Multiplication by Constant 
If a matrix is multiplied by a constant and its transpose is taken, then the matrix obtained is equal to transpose of original matrix multiplied by that constant. That is,
[latex](kA)'[/latex] = [latex]kA'[/latex], where k is a constant
Example- If [latex]P[/latex] = [latex]

Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

_{2×3} [/latex] and k is a constant, then [latex](kP)'[/latex]=
[latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

_{2×3} [/latex]
[latex]kP'[/latex]= [latex] k

Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

_{2×3} [/latex] = [latex] 
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

_{2×3} [/latex] = [latex](kP)'[/latex]
We can observe that [latex](kP)'[/latex] = [latex]kP'[/latex]. 

(iv) Multiplication Property of Transpose 
Transpose of the product of two matrices is equal to the product of transpose of the two matrices in reverse order. That is
[latex](AB)'[/latex] = [latex]B’A'[/latex]
Example: [latex]A [/latex]= [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex] and [latex] B [/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
Let us find [latex]A×B[/latex].
[latex]A×B[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

\Rightarrow (AB)’ =
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
[latex]B’A'[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
= [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex] = [latex](AB)'[/latex]
[latex](AB)'[/latex] = [latex]B’A'[/latex]
[latex]A’B'[/latex] = [latex]
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

=
Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

[/latex]
We can clearly observe from here that (AB)’≠A’B’.
Those were properties of matrix transpose which are used to prove several theorems related to matrices.

The document Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE is a part of the JEE Course Mathematics (Maths) Class 12.
All you need of JEE at this link: JEE
209 videos|218 docs|139 tests
209 videos|218 docs|139 tests
Download as PDF

Download free EduRev App

Track your progress, build streaks, highlight & save important lessons and more!
(Scan QR code)

Related Searches

study material

,

Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

,

ppt

,

Semester Notes

,

past year papers

,

Previous Year Questions with Solutions

,

Extra Questions

,

MCQs

,

practice quizzes

,

Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

,

video lectures

,

Exam

,

Sample Paper

,

Important questions

,

shortcuts and tricks

,

Free

,

Viva Questions

,

pdf

,

Transpose of a Matrix | Mathematics (Maths) Class 12 - JEE

,

Objective type Questions

,

Summary

,

mock tests for examination

;