Exercise 4.2.6
How quickly can you multiply a matrix by an matrix, using Strassen's algorithm as a subroutine? Answer the same question with the order of the input matrices reversed.
produces a matrix. This produces multiplications of matrices.
produces an matrix. This produces multiplications and additions.