Problem 55310. Chain multiplication - 03
Following up the problem in 55305, you found the minimum number of multiplications needed to multiply a chain of matrices.
In this problem, you have to find out how many ways there exist to multiply the matrices.
For example, for ABC - there are two ways to parenthesize/multiply -- A(BC) or (AB)C.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers9
Suggested Problems
-
27394 Solvers
-
How to find the position of an element in a vector without using the find function
2800 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
552 Solvers
-
Make a run-length companion vector
654 Solvers
-
Implement a bubble sort technique and output the number of swaps required
367 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!