International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 44 - Issue 11 |
Published: April 2012 |
Authors: Nidhi Pasricha, Ankit Arora, Rajbir Singh Cheema |
![]() |
Nidhi Pasricha, Ankit Arora, Rajbir Singh Cheema . Analytical Parallel Approach to Evaluate Cluster based Strassen’s Matrix Multiplication. International Journal of Computer Applications. 44, 11 (April 2012), 17-22. DOI=10.5120/6307-8630
@article{ 10.5120/6307-8630, author = { Nidhi Pasricha,Ankit Arora,Rajbir Singh Cheema }, title = { Analytical Parallel Approach to Evaluate Cluster based Strassen’s Matrix Multiplication }, journal = { International Journal of Computer Applications }, year = { 2012 }, volume = { 44 }, number = { 11 }, pages = { 17-22 }, doi = { 10.5120/6307-8630 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2012 %A Nidhi Pasricha %A Ankit Arora %A Rajbir Singh Cheema %T Analytical Parallel Approach to Evaluate Cluster based Strassen’s Matrix Multiplication%T %J International Journal of Computer Applications %V 44 %N 11 %P 17-22 %R 10.5120/6307-8630 %I Foundation of Computer Science (FCS), NY, USA
Today current era of scientific computing and computational theory involves high exhaustive data computation, shifted the trend of data processing from conventional processing towards parallel processing by incorporating multiple processing hardware. Parallel hardware design can employ array processors, pipelined system which can be further extended to scalar and super scalar pipelined systems. Other hardware designs proposed, is based upon multiprocessors or they may be designed as distributed parallel cluster systems. In this paper, multi-computers are the basic hardware for cluster design over the local area network covering analysis of matrix multiplication with strassen's algorithm. The estimated results are then compared with traditional matrix multiplication algorithm. Srassen's multiplication approach reduces one multiplication out of eight by computing arithmetic additions/subtractions for each 2×2 matrix. High performance can be achieved as the idea is extended over to multi-computer cluster for large sized matrices. This work covers analysis of Strassen's ability of divide and conquers[5] to run in parallel by decomposing matrix size over cluster machines covering data parallel aspects with SIMD based computational model [4], where each cluster machine performs its own recursive divide and conquer approach as defined by strassen's methodology[9][10] to obtain partitioned matrix multiplication. Finally, the detailed distributed experiment along with connectivity interface and implementation will be discussed.