In: Computer Science
Using the dynamic programming-based algorithm for chain matrix multiplcation, show the best way to multiply a chain of matrices with dimensions that are:
10x5, 5x2, 2x20, 20x12, 12x4 and 4x60.
Finally, use the resulting tables to provide the complete optimal
parenthesization of the matrix chain product A0 · A1 · A2 · A3 · A4
· A5.