0
2.0kviews
Illustrate the parallel algorithm for matrix multiplication and compare the performance of this algorithm with sequential matrix multiplication algorithm.

Mumbai University > Computer Engineering > Sem 8 > Parallel & Distributed System

1 Answer
0
55views

Parallel algorithm for matrix multiplication-

A = $\begin{bmatrix} a_{11} & a_{12} & a_{13} & a_{14} \\ a_{21} & a_{22} & a_{23} & a_{24} \\ a_{31} & a_{32} & a_{33} & a_{34} \\ a_{41} & a_{42} & a_{43} & a_{44} \end{bmatrix}$

B = $\begin{bmatrix} b_{11} & b_{12} & b_{13} & b_{14} …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.