SUNY Geneseo Department of Computer Science


Matrix Chain Multiplication

Tuesday, March 12

CSci 242, Spring 2013
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture

Questions?

Matrix Chain Multiplication

Section 15.2

Try it

4 matrices multiplied together

Different orders produce different number of scala multiplications

Reading technical material

Key ideas

Sequences of matrices can be split into subsequences

Next

Longest common subsequences

Section 15.4


Next Lecture