0 0 votes The number of operations in matrix multiplication $\text{M1, M2, M3, M4}$ and $\text{M5}$ of sizes $5\times 10, 10\times 100, 100\times 2, 2\times 20$ and $20\times 50$ respectively will be: $5830$ $4600$ $6900$ $12890$ Algorithms nielit-2021-it-dec-scientistb algorithms dynamic-programming matrix-chain-ordering + – admin 1.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes Answer should be B : (M1 * ( M2 * M3)) * (M4 * M5) 4600 scalar multiplications Rahulji answered Nov 16, 2023 Rahulji comment Share Follow 0 reply Please log in or register to add a comment.