January 26, 2022

Problem Statement
-To subtract the elements of two or more matrices
Scope of work
-Build a program to find subtractions of matrices
Challenges
-Finding the code for subtracting 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 subtraction of matrices this code may help.
-Basic python is learnt