Yes, if the number of columns of the first equals the number of rows of the second (2×2) × (2×3) is not valid. But (2×3) × (3×2) is valid.
An identity matrix is a square matrix with 1s on the diagonal and 0s elsewhere. Multiplying any matrix with the identity matrix gives the original matrix.
Join ALLEN!
(Session 2026 - 27)
Choose class
Choose your goal
Preferred Mode
Choose State
Matrix Multiplication Questions
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.
1.0What is Matrix Multiplication?
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).
Conditions for Matrix Multiplication
The number of columns in the first matrix must equal the number of rows in the second matrix.
2.0Matrix Multiplication Questions and Answers
Example 1: Multiply the matrices: A=[1324],B=[5768]