...
/Challenge: The Matrix Chain Multiplication
Challenge: The Matrix Chain Multiplication
In this lesson, you will solve a problem to find the minimum number of primitive multiplications required for a matrix chain multiplication.
We'll cover the following...
Problem statement
Remember how matrix multiplication works. Given two matrices and of dimensions and , the resulting matrix we get is ...