edited by
475 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

2.5k
views
2 answers
1 votes
pream sagar asked Dec 18, 2018
2,537 views
Total Number of multiplication operations to get the product of two matrices of order 4 *4 using Strassen’s matrix multiplication method is50606456
107
views
1 answers
0 votes
halfcodeblood asked 2 days ago
107 views
How to approach this type of questions?
136
views
0 answers
0 votes
gateexplore asked Oct 25, 2023
136 views
It is always true that Recursive code is easier to debug?? If yes then why?? please give full explanation.
433
views
2 answers
2 votes
राजकुमारी विसर्पी asked Oct 17, 2023
433 views
How $O(n)+O(n)+O(n)+O(n)+O(n)+….+O(n)=O(n^2)$ but $\neq O(n)$please explain it.