MCQEasy1 mark
1
Choose the correct answers to the questions from the given options. (Do not copy the questions, write the correct answers only.)
Given matrix A = [[2, 3], [1, 2]] and matrix B = [2 −4]. Product AB is a matrix of order:
Topic: Matrices
Previous-year question practice database
Try it
Pick an option and check your answer. The full worked answer is below either way.
Answer
Exam answer
(d) Product AB is not possible.
Explanation
A is 2×2 while B is 1×2; columns of A (2) ≠ rows of B (1).
In words
Product AB is not possible.