Skip to main content

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation.

Before learning how to find the transpose of a matrix, first let us learn, what a matrix is?

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.

A=[213911317]3×2

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 is known as Columns.

Now, let us take another matrix.

B=[293131117]2×3

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 that 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

P=[pij]m×n and Q=[qij]r×s

are two matrices such that P = Q, then:

Transpose of a Matrix Definition

The transpose of a matrix is found by interchanging its rows into columns or columns into rows. The transpose of the matrix is denoted by using the letter “T” in the superscript of the given matrix. For example, if “A” is the given matrix, then the transpose of the matrix is represented by A’ or AT.

The following statement generalizes the matrix transpose:

If A=[aij]m×n,then A=[aij]n×m.

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.”

How to Find the Transpose of a Matrix?

Consider an example, if a matrix is a 2×3 matrix. It means it has 2 rows and 3 columns. While finding the transpose of a matrix, the elements in the first row of the given matrix are written in the first column of the new matrix. Similarly, the elements in the second row of the given matrix are written in the second column of the new matrix. Hence, the order of the new matrix becomes 3×2, as it has 3 rows and 2 columns.

Transpose of a Matrix
Let’s Work Out- Example- Find the transpose of the given matrix   M=[29313111736154131]   Solution- Given a matrix of the order 4×3. The transpose of a matrix is given by interchanging rows and columns.   MT=[21334911613317151]  

Properties of Transpose of a Matrix

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

(i) Transpose of the Transpose Matrix

If we take the transpose of the transpose matrix, the matrix obtained is equal to the original matrix. Hence, for a matrix A, (A’)’ = A 

What basically happens, is that any element of A, i.e. aij gets converted to aji if the transpose of A is taken. So, taking transpose again, it gets converted to aij, which was the original matrix A.

Example: If N=[22219985312371257],   Then N=[22857213112992357]   Now, (N)=[22219985312371257]   =N  

(ii) Addition Property of Transpose

Transpose of an addition of two matrices A and B obtained will be exactly equal to the sum of the transpose of individual matrices A and B.

This means,

(A+B)=A+B

Example- If P=[238216643319] and Q=[129820317154] P+Q=[2+13298821+26+06+34+1733+1519+4]=[33202363211823] (P+Q)=[32321326180323] P+Q=[221436338619]+[121729015834]=[32321326180323]   =(P+Q)   So, we can observe that (P+Q)=P+Q.

(iii) Multiplication by Constant

If a matrix is multiplied by a constant and its transpose is taken, then the matrix obtained is equal to the transpose of the original matrix multiplied by that constant. That is,

(kA)=kA

where k is a constant

Example- If P=[289111513]2×3and k is a constant, then (kP) =[2k11k8k15k9k13k]2×3 kP=k[211815913]2×3=[2k11k8k15k9k13k]2×3=(kP) We can observe that (kP)=kP.

(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

(AB)=BA

Example: A=[9823]and B=[4210] Let us find A×B. A×B=[441854](AB)=[445184] BA=[4120][9283] =[445184]=(AB) (AB)=BA AB=[9283][4120]=[409268] 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.

Transpose of a Matrix Examples

Go through the following problems to understand how to find the transpose of a matrix.

Example 1:

If matrix

A=[123456].

Find the transpose of matrix A.

Solution:

Given:

Matrix

A=[123456]

On interchanging the rows and columns of the given matrix, the transpose of matrix A is given as:

AT=[142536]

Therefore, the transpose of matrix A,

AT=[142536]

Example 2:

Find the transpose for the given 2×2 matrix,

X=[7112116]

Solution:

Given 2×2 matrix,

X=[7112116]

Hence, the transpose of the given 2×2 matrix is:

XT=[7211116]

Practice Problems

  1. Give matrix A=[122212431]. Find the transpose of A and then prove that (AT)T = A.
  2. Verify the addition property for the transpose of matrices P=[403512121]and Q=[511340213]  
  3. Find AT for the matrix A=[149532]  

Frequently Asked Questions

Q1

What is the transpose of a matrix?

The transpose of a matrix can be defined as an operator which can switch the rows and column indices of a matrix i.e. it flips a matrix over its diagonal.

Q2

How to calculate the transpose of a Matrix?

To calculate the transpose of a matrix, simply interchange the rows and columns of the matrix i.e. write the elements of the rows as columns and write the elements of a column as rows.

Q3

What is the Addition Property of Transpose?

The addition property of transpose is that the sum of two transpose matrices will be equal to the sum of the transpose of individual matrices. So,

Q4

What is the Multiplication Property of Transpose?

The multiplication property of transpose is that the transpose of a product of two matrices will be equal to the product of the transpose of individual matrices in reverse order. So,

  • (A×B)′ = B′ × A′

Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Classification of Drugs-Chemistry in Everyday Life Class 12 Notes and Study Material

Chemistry plays an extremely vital role in everyday life. The principles of chemistry have benefited human life on a massive scale though we sometimes tend to overlook them. All textiles are processed by chemicals. Our clothes, some of them completely synthetic, involve processes, chemicals, dyes, and fibers. Consider cleanliness. Our household is filled with detergents, soaps, bleaches, kinds of toothpaste, etc. Moreover, even the food that we consume every day has several chemicals involved. Electronic materials, fuels, explosives, rocket propellants, building materials, etc., are all considered chemicals. Daily lives have been influenced by chemistry so much that one does not even realize that people come across chemicals at every moment; that humans themselves are beautiful chemical creations and all the activities are controlled by chemicals. Even in sickness and diseases, people resort to medicines, again chemicals. Table of Contents What are Drugs ? Classification Of Drugs Conce...