πŸ“Š Design and Analysis of Algorithms
Q. Matrix A is of order 3*4 and Matrix B is of order 4*5. How many elements will be there in a matrix A*B multiplied recursively.
  • (A) 12
  • (B) 15
  • (C) 16
  • (D) 20
πŸ’¬ Discuss
βœ… Correct Answer: (B) 15

Explanation: the resultant matrix will be of order 3*5 when multiplied recursively and therefore the matrix will have 3*5=15 elements.


Explanation by: Mr. Dubey
the resultant matrix will be of order 3*5 when multiplied recursively and therefore the matrix will have 3*5=15 elements.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
947
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate