SLIDE 1
Efficient multiplication
1
Efficient multiplication 2 Matrix multiplication If you have - - PowerPoint PPT Presentation
1 Efficient multiplication 2 Matrix multiplication If you have square matrices A and B, then C = A*B is defined as: Takes O(n 3 ) time 3 Matrix multiplication Can we do better? What is the theoretical lowest running time possible? 4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2 ... x0 n ] [a0] [y0]
2 ... x1 n ] [a1] = [y1]
2 ... xn n ] [an] [yn]
16
17
18