Matrix multiplication is a fundamental concept in linear algebra and plays a key role in various applications like computer graphics, engineering, and physics. In competitive exams like JEE Main and Advanced, matrix multiplication questions test your understanding of matrix operations, properties, and computation techniques. This blog presents a comprehensive set of matrix multiplication questions and answers, including basic to advanced-level problems, step-by-step solutions, and practice exercises to strengthen your problem-solving skills.
Matrix multiplication is an operation where two matrices are multiplied to produce a third matrix. If matrix A is of order (m × n) and matrix B is of order (n × p), their product AB will be a matrix of order (m × p).
Example 1: Multiply the matrices:
Solution:
Example 2: If , find AI, where I is the identity matrix of order 2.
Solution:
Multiplying any matrix with an identity matrix (of compatible order) gives the matrix itself.
Example 3: Find the product of matrices:
Solution:
So, the product is:
Example 4: Is matrix multiplication commutative?
Let . Find AB and BA.
Solution:
Clearly, AB ≠ BA.
Matrix multiplication is not commutative.
Example 5: Let . Find .
Solution:
Step 1: First, compute the transpose:
Step 2: Multiply A and :
Example 6: Let . Find the condition(s) on x, y, z, w such that AB = BA.
Solution:
Compute both:
Equating AB = BA:
From equations:
Now,
Hence, z = 0 and w = x are required.
Question 1: If . Find AB and BA.
Question 2: Find the product of
Question 3: If . Then what is AB?
Question 4: Verify whether matrix multiplication is associative for the following matrices:. Check if A(BC) = (AB)C
Also Practice : Matrices and Determinants previous year questions with solutions
Also Explore:
(Session 2025 - 26)