•  
agra,ahmedabad,ajmer,akola,aligarh,ambala,amravati,amritsar,aurangabad,ayodhya,bangalore,bareilly,bathinda,bhagalpur,bhilai,bhiwani,bhopal,bhubaneswar,bikaner,bilaspur,bokaro,chandigarh,chennai,coimbatore,cuttack,dehradun,delhi ncr,dhanbad,dibrugarh,durgapur,faridabad,ferozpur,gandhinagar,gaya,ghaziabad,goa,gorakhpur,greater noida,gurugram,guwahati,gwalior,haldwani,haridwar,hisar,hyderabad,indore,jabalpur,jaipur,jalandhar,jammu,jamshedpur,jhansi,jodhpur,jorhat,kaithal,kanpur,karimnagar,karnal,kashipur,khammam,kharagpur,kochi,kolhapur,kolkata,kota,kottayam,kozhikode,kurnool,kurukshetra,latur,lucknow,ludhiana,madurai,mangaluru,mathura,meerut,moradabad,mumbai,muzaffarpur,mysore,nagpur,nanded,narnaul,nashik,nellore,noida,palwal,panchkula,panipat,pathankot,patiala,patna,prayagraj,puducherry,pune,raipur,rajahmundry,ranchi,rewa,rewari,rohtak,rudrapur,saharanpur,salem,secunderabad,silchar,siliguri,sirsa,solapur,sri-ganganagar,srinagar,surat,thrissur,tinsukia,tiruchirapalli,tirupati,trivandrum,udaipur,udhampur,ujjain,vadodara,vapi,varanasi,vellore,vijayawada,visakhapatnam,warangal,yamuna-nagar

Matrix multiplication,Properties,Practice Problems and FAQs

Matrix multiplication,Properties,Practice Problems and FAQs

Multiplication as we know in algebra is a binary operation which produces a number form two numbers. Similarly this operation can be performed in case of matrices also. Here, matrix multiplication is an operation that produces a matrix from two matrices.

Matrix multiplication is probably the most important operation on matrices which is used widely in areas such as transformation of coordinate systems, solution of linear system of equations , network theory and population modeling etc.Let us know try to dig into the method for matrix multiplication & it’s properties in details.

Table of contents:

  • Matrix multiplication
  • Process of Matrix multiplication
  • Properties of matrix multiplication
  • Practice Problems
  • FAQs

Matrix multiplication

Product of two matrices A & B will exist only when the number of columns of the first matrix i.e. A is the same as the number of rows of the second matrix i.e. B 

A=aijm×n         and B=bijn×pAm×nBn×p = Cm×p =cikm×p          where cik=j=1naij×bjk

1

Process of Matrix Multiplication

In matrix multiplication for obtaining the ijth element of the resultant matrix multiply the corresponding elements of the ith row of the first matrix with the jth column of the second matrix and add the products.

1

Let us look at an example

1

∵ Number of columns in A is equal to number of rows in B ,so multiplication is possible.

1
 

Related Concept video: Matrices and Determinants Class 12 Maths One-Shot (L-1) (Full Chapter Revision) for JEE Mains 2022 

Note:

  • In product of AB ,A is called pre multiplier and B is called post multiplier.
  • If matrix multiplication if AB is defined that doesn’t mean BA is also defined for matrices A and B .
  • In multiplication, the sequence in which the matrices are written in the product matters.

Properties of matrix multiplication

  • Commutative Property: In general matrix multiplication is not commutative, even if both AB & BA are defined i.e. ABBA.
  • Associative Property: Matrix multiplication is associative. If A, B & C are three matrices such that A(BC) & (AB)C both are defined, then A(BC)=(AB)C
  • Distributive Property: Matrix multiplication is distributive over addition. For three matrices A,B & C , we have A(B+C)=AB+AC
  • Multiplicative Identity Property: The identity property of matrix multiplication states that

A.I=I.A=A where A & I are square matrices of the same order.

Note: 

(i) Positive integral powers of a square matrix: For a square matrix A of order n , 

A2=A.A

A3=A.A.A=A.A2=A2.A

A4=A.A.A.A=A2.A2=A.A3=A3.A

.

.

.

.

.

.

and so on.

(ii) (A+B)2=(A+B).(A+B)

= A2+A.B+B.A+B2

(A-B)2=(A-B).(A-B)

=A2-B.A-A.B-B2

Practice Problems:

Example:

1

Solution:

1

In such types of problem ,we find a particular pattern and get the desired matrix.

1

Now, simply by observing the pattern ,we will find An

1

Example: If A is a 3×2 matrix and B is a matrix such that both AB and BA are defined, then the order of B is

a) 2×3
b)  3×2
c) 3×3
d) 2×2

Solution:

Order of matrix A = 3×2. Let order of matrix B be p × q

For AB to be defined the number of columns in A should be equal to the number of rows in B Hence, p=2 

For BA to be defined the number of columns in B should be equal to the number of rows in A

Hence, q=3

Therefore, Order of B=23

Example: Which of the following properties of matrix multiplication is correct?

a) Multiplication is distributive over addition
b) Multiplication is not commutative in general
c) Multiplication is associative
d) All of these

Solution:

As we know that matrix multiplication is distributive over addition,matrix multiplication is associative and matrix multiplication is non commutative.

Hence, option (d) is correct.

Example: Let be a root of the equation x2 +x+1=0 and a matrix A is given by

1, then the matrix A31 is equal to.

a) A
b) A3
c) A2
d) I3

Solution:

The roots of the equation x2 +x+1=0 are

1

Hence,a is complex cube root of unity

1

Take 3 common from the matrix,

1

Thus the correct option is (b)

Example: If A & B are two square matrices such that they commute then show that n N,

ABn=BnA .

Solution:

L.H.S =A.Bn

=A.B.Bn-1

=B.A.Bn-1

=B.A.B.Bn-2

=B.B.A.Bn-2 ( A.B=B.A as A & B commmute )

=B2.A.B.Bn-3

=B3.A.B.Bn-4 and so on…..

=Bn.A

Hence, A.Bn=Bn.A

FAQs

Q 1. Can division of matrices be possible?
Answer:
There is no such thing as division in matrices. Matrices can be added, subtracted, and multiplied, but they cannot be divided. 

Q 2. Is pre and post multiplication the same?
Answer:
No, it is not the same.The multiplier is on the left when pre-multiplying a matrix by another matrix. It's on the right when we perform post multiplication.

Q 3. What is the result if we multiply a matrix with its inverse?
Answer:
If we multiply a matrix with its inverse we get an identity matrix of the same order as the given matrix.

Q 4. Is the multiplication of 3×4 & 4×5 matrices possible?
Answer:
Yes, the product of these two matrices is possible as the number of columns in the first matrix and the number of rows in the second matrix are equal.

Related Concept Links

Inverse of matrix

Elementary row operations

solving system of linear equations by matrices

Rank of matrix






 

NEET Related Links

NEET Exam 

NEET  Exam Dates

NEET  Exam pattern

NEET  Syllabus

NEET  Eligibility Criteria

NEET  Application

NEET UG Counselling

NEET FAQ

NEET UG Result

NEET  Cut Off

JEE MAIN Related Links

JEE Main 

JEE Main Rank Predictor 

JEE Main College Predictor 

JEE Main  Exam Dates

JEE Main  Exam pattern

JEE Main  Application

JEE Main  Eligibility Criteria

JEE Main  Syllabus

JEE Main  Physics Syllabus

JEE Main  Maths Syllabus

JEE Main  Chemistry Syllabus

JEE Main  Admit Card

JEE Main  Counselling

JEE Main marks vs rank vs percentile

JEE Advanced Related Links

JEE Advanced  Exam Dates

JEE Advanced  Application

JEE Advanced  Eligibility Criteria

JEE Advanced  Syllabus

JEE Advanced  Maths Syllabus

JEE Advanced  Physics Syllabus

JEE Advanced  Chemistry Syllabus

JEE Advanced Exam Result

JEE Advanced Exam Dates

JEE Advanced Registration Dates

CUET Related Links

CUET  Eligibility Criteria

CUET  Admit Card

CUET  Exam Pattern

CUET  FAQs

CUET  Counselling

CUET  Syllabus

CUET  Result

CUET  Answer Key

CUET  Preparation

CUET CUTOFF

CUET  Application Form

Important Topics

Talk to Our Expert Request Call Back
Resend OTP Timer =
By submitting up, I agree to receive all the Whatsapp communication on my registered number and Aakash terms and conditions and privacy policy