npdarsini / MapReduce---Matrix-Addition

Addition of two matrices using Map Reduce Paradigm - Pseudocode
0 stars 0 forks source link

Matrix Multiplication - Validate whether they can be added. #2

Closed npdarsini closed 8 years ago

npdarsini commented 8 years ago

Validate the Matrices rows and columns. And ensure whether the addition is possible.

npdarsini commented 8 years ago

Validated and concluded that the results can be added.