1.

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) FalseThe question was asked in a national level competition.I need to ask this question from Recursion in division Recursion of Data Structures & Algorithms II

Answer»

Correct answer is (a) True

The EXPLANATION is: Given that B=C, so the two MATRIX can be RECURSIVELY multiplied. Therefore, the order of the Matrix X*Y is A*D.



Discussion

No Comment Found

Related InterviewSolutions