InterviewSolution
Saved Bookmarks
| 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 |
|