edited by
465 views
0 votes
0 votes

i could not remember the strassen matrix multiplication equation is it necessary to remember the equation

which is given by 

https://www.geeksforgeeks.org/easy-way-remember-strassens-matrix-equation/??

edited by

1 Answer

1 votes
1 votes
Just remember how it is different from the recursive multiplication, and the improvement which it provides( in the form of recursive branches). That's should be enough.

Related questions

1 votes
1 votes
2 answers
1
pream sagar asked Dec 18, 2018
2,456 views
Total Number of multiplication operations to get the product of two matrices of order 4 *4 using Strassen’s matrix multiplication method is50606456
0 votes
0 votes
0 answers
2
gateexplore asked Oct 25, 2023
131 views
It is always true that Recursive code is easier to debug?? If yes then why?? please give full explanation.