1.

What is the product of following matrix using Strassen's matrix multiplication algorithm?\(A=\begin{bmatrix}1 & 3 \\\ 5 & 7 \end{bmatrix} \ \ \ \ B = \begin{bmatrix}8 & 4 \\\ 6 & 2 \end{bmatrix}\)

A. C11 = 80 ; C12 = 07 ; C21 = 15 ; C22 = 34
B. C11 = 82 ; C12 = 26 ; C21 = 10 ; C22 = 34
C. C11 = 15 ; C12 = 07 ; C21 = 80 ; C22 = 34
D. C11 = 26 ; C12 = 10 ; C21 = 82 ; C22 = 34
Answer» E.


Discussion

No Comment Found