Home / Engineering / Design and Analysis of Algorithms / Question

M

Mr. Dubey • 51.43K Points
Coach

Q.) If Matrix X is of order A*B and Matrix Y is of order C*D, and B=C then the order of the Matrix X*Y is A*D?

(A) true
(B) false
(C) ---
(D) ---
Correct answer : Option (A) - true

Explanation:
 given that b=c, so the two matrix can be recursively multiplied.

Share

Discusssion

Login to discuss.