Matrix multiplication

The following demonstration lets you perform matrix multiplication either by the traditional algorithm or using Strassen's algorithm. Enter numbers in the two topmost matrices or try the predefined example. Click on "normal" to see the result when using the normal matrix multiplication algorithm or on "Strassen" to see the result of using Strassen's algorithm.