Matrix multiplication questions with solutions are given here for practice. These matrix multiplication questions will not only help students with the preparation for board exams but also with many competitive exams as well.

Also check: Important questions for class 12 Matrices.

In linear algebra, a matrix is an arrangement of elements in the form of rows and columns. An m × n matrix has m rows and n columns. If a matrix has an equal number of rows and columns, then the matrix is called a square matrix. When we perform multiplication operations with matrices, it is called matrix multiplication.

Matrix Multiplication:

If A is an m × n matrix and B is an n × p matrix, such that C = A × B is a product matrix of order m × p, then

Am×n=[a11a12a1na21a22a2nam1am2amn],Bn×p=[b11b12b1pb21b22b2pbn1bn2bnp]

andCm×p=[c11c12c1pc21c22c2pcm1cm2cmp]

If cij ∈ C then

cij=ai1b1j+ai2b2j++ainbnj=k=1naikbkj

Important Condition for Matrix Multiplication:

Two matrices are multiplication conformable if and only if the number of columns of the first matrix is equal to the rows of the second matrix.

Know more about the properties of matrix multiplication.

Matrix Multiplication Questions with Solutions

Let us solve some questions to practise matrix multiplications.

Question 1:

Find the product of the following matrices:

A=[123021125]andB=[100121]

Solution:

Given,

A=[123021125]andB=[100121]

Then,

A×B=[123021125]×[100121]

=[1+0+60+2+30+0+20+2+11+0+100+2+5]=[7523117]

A×B=[7523117]

Question 2:

Prove that for the matrices A and B, (A + B)2 ≠ A2 + 2AB + B2 where

A=[1023]andB=[1112]

Solution:

Given,

A=[1023]andB=[1112]

A+B=[1023]+[1112]=[1115]

(A+B)2=[1115]×[1115]=[26626].(i)

A2=[1023]×[1023]=[1089]

B2=[1112]×[1112]=[0333]

A×B=[1023]×[1112]=[1118]

2AB=2[1118]=[22216]

A2+2AB+B2=[1089]+[0333]+[22216]=[35328].(ii)

From (i) and (ii), it is proved that (A + B)2 ≠ A2 + 2AB + B2.

Question 3:

For given matrices A and B, find AB and BA, also prove that AB ≠ BA.

A=[421320]andB=[012374]

Solution:

Given,

A=[421320]andB=[012374]

AB=[421320][012374]=[3649](i)

BA=[012374][421320]=[3201710240227].(ii)

From (i) and (ii) AB ≠ BA.

Also Read:

Question 4:

Let X, Y, Z, W and S be matrices of order 2 × n, 3 × k, 2 × p, n × 3 and p × k, respectively. Find the values of n, k, and p so that SY + WY is well defined.

Solution:

Order of S = p × k

Order of Y = 3 × k

If the matrices S and Y are multiplication conformable, then k = 3.

Order of WY = n × k

Order of SY = p × k

If the matrices SY and WY are addition conformable, then p = n.

Question 5:

Verify the associative property for multiplication of matrices:

A=[1223],B=[2123]andC=[3120]

Solution:

Given,

A=[1223],B=[2123]andC=[3120]

We need to prove that A(BC) = (AB)C.

Then

BC=[2123][3120]=[4202]

A(BC)=[1223][4202]=[4682](i)

AB=[1223][2123]=[6727]

(AB)C=[6727][3120]=[4682].(ii)

From (i) and (ii) we get that A(BC) = (AB)C.

Question 6:

Show that the product of the two matrices

[cos2θcosθsinθcosθsinθsin2θ]and[cos2ϕcosϕsinϕcosϕsinϕsin2ϕ]

It is a null matrix when the difference between both angles is an odd multiple of 𝜋/2.

Solution:

The product of both the matrix is given by

[cos2θcosθsinθcosθsinθsin2θ][cos2ϕcosϕsinϕcosϕsinϕsin2ϕ]

=[cos2θcos2ϕ+cosθcosϕsinθsinϕcos2θcosϕsinϕ+cosθsinθsin2ϕcos2ϕcosθsinθ+cosϕsinϕsin2θsin2θsin2ϕ+cosθcosϕsinθsinϕ]

=[cosθcosϕcos(θϕ)cosθsinϕcos(θϕ)sinθcosϕcos(θϕ)sinθsinϕcos(θϕ)]

=[0000][asθϕ=(2n+1)π2,nϵZ,thencos[(2n+1)π2]=0]

Question 7:

Let the given matrices A, B and C be

A=[1024],B=[2410]andC=[1511]

Find a matrix D such that CD – AB = 0

Solution:

Given,

A=[1024],B=[2410]andC=[1511]

Let,D=[abcd]

Given, CD – AB = 0 ⇒ CD = AB

AB=[1024][2410]=[2488]

CD=[1511][abcd]=[a+5cb+5da+cb+d]

Then,

[a+5cb+5da+cb+d]=[2488]

We get the following equations,

– a + 5c = 2 ….(i)

– a + c = 8 ….(ii)

– b + 5d = 4 ….(iii)

– b + d = 8 ….(iv)

Solving (i) and (ii) we get, a = – 19/2 and c = –3/2

Solving (iii) and (iv) we get, b = –9 and d = –1.

Therefore, we get the matrix

D=[1929321]

Also Read:

Question 8:

Show that A2 – 3I = 2A where

A=[1221]

Solution:

Now,A2=A.A=[1221].[1221]=[5445]

3I=3[1001]=[3003]

A23I=[5445][3003]=[2442]

Also,2A=2[1221]=[2442]

Hence, A2 – 3I = 2A.

Question 9:

Let f(x) = 2x2 – 3x, find det [f(A)] if

A=[2103]

Solution:

Given, f(x) = 2x2 – 3x, then f(A) = 2A2 – 3A

2A23A=2[2103][2103]3[2103]

=2[4109][6309]

=[82018][6309]=[14109]

f(A)=[14109]

|f(A)|=|14109|=14×90=126

Question 10:

Show that f(x).f(y) = f(x + y) where

f(θ)=[cosθsinθ0sinθcosθ0001]

Solution:

We have

f(x)=[cosxsinx0sinxcosx0001],f(y)=[cosysiny0sinycosy0001]

andf(x+y)=[cos(x+y)sin(x+y)0sin(x+y)cos(x+y)0001]

f(x).f(y)=[cosxsinx0sinxcosx0001][cosysiny0sinycosy0001]=[cos(x+y)sin(x+y)0sin(x+y)cos(x+y)0001]=f(x+y)

Recommended Videos

46,688
1,33,323

Related Articles

Permutation and Combination Questions

Differentiation Questions

Functions Questions

Trigonometry Questions

Practice Questions on Matrix Multiplication

1. Find the product of the following matrices:

A=[123321]andB=[231245]

2. Let X, Y, Z, W and S are matrices of order 2 × n, 3 × k, 2 × p, n × 3 and p × k, respectively. Find the order of matrix 7X – 5Z, if n = p.

3. Verify the distributive property for multiplication over addition for the matrices:

A=[1223],B=[2123]andC=[3120]

4. For the given matrices A and B, verify (A + B)2 = A2 + B2, where

A=[7201]andB=[2301]

Learn more about Matrices and other related topics in a fun and enjoyable way. Download BYJU’S – The Learning App today.

Learn about various mathematical concepts in a simple manner with detailed information, along with step-by-step solutions to all questions, only at BYJU’S. Download BYJU’S – The Learning App to get personalised videos.