Skip to content

Matrix Chain Multiplication

Rafiul Islam edited this page Nov 11, 2018 · 3 revisions

Matrices: A(2,3) B(3,6) C(6,4) D(4,5)

Array = [2, 3, 6, 4, 5]

row/col 0 1 2 3
0 0 36 84 124
1 0 72 132
2 0 120
3 0
Clone this wiki locally