Code – Addition of Matrices

February 1, 2022

Problem Statement -To add the elements of two or more matrices

Scope of work -Build a program to find addition of matrices

Challenges

–    Finding the code for adding the elements in corresponding position.

Execution Strategy -Using “i” range and “j” range to find rows and columns -Write pseudocode in excel -Write the code in python -Tested with edge cases

Value Added -If user wants to know the addition of matrices this code may help. -Basic python is learnt –