Csce411 Divideconquer2
Csce411 Divideconquer2
Multiplication
Matrix
Consider two n x n matrices A and B
Multiplication
Recall that the matrix product C = AB of two n x n matrices is
defined as the n x n matrix that has the coefficient
c kl = ∑m akm bml
T(n) = (n3)
• Can we do
fewer recursive
calls (fewer
Strassen’s Matrix
Multiplication
A B = C
.
A11 A12 B11 B12 C11 C12
we get