πŸ“Š Design and Analysis of Algorithms
Q. Consider the matrices P, Q and R which are 10 x 20, 20 x 30 and 30 x 40 matrices respectively. What is the minimum number of multiplications required to multiply the three matrices?
  • (A) 18000
  • (B) 12000
  • (C) 24000
  • (D) 32000
πŸ’¬ Discuss
βœ… Correct Answer: (A) 18000

Explanation: the minimum number of multiplications are 18000. this is the case when the matrices are parenthesized as (p*q)*r.


Explanation by: Mr. Dubey
the minimum number of multiplications are 18000. this is the case when the matrices are parenthesized as (p*q)*r.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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