Showing posts with label Strassen's Matrix Multiplication. Show all posts
Showing posts with label Strassen's Matrix Multiplication. Show all posts

ANALYSIS DESIGN OF ALGORITHM (ADA) | STRASSEN'S MATRIX MULTIPLICATION

📌Highlights:

Hi Friends ! In this post I am going to explain about Strassen's Matrix Multiplication using Divide And Conquer Strategy. Also explain the concept of Simple Matrix Multiplication. I also explain what is the benefit of  Strassen's Matrix Multiplication over Simple Matrix Multiplication using Divide And Conquer Strategy. What is the formula used to solve Strassen's Matrix Multiplication.


Strassen's Matrix Multiplication  

is basically used to improve the process of simple matrix multiplication.For this 

👉 How simple matrix multiplication done normally. 

👉How divide and conquer strategy is apply to solve matrix multiplication problem. 

👉What Strassen's Matrix Multiplication had done to improve matrix multiplication using divide and conquer strategy ?