Code – Matrix Addition

May 21, 2022

Problem Statement -Using nested Loop

Scope of work -Build a python scrip for matrix addition, using nested loop concept

Challenges -Adding the two matrices using a nested loop

Execution Strategy -Using nested for loop

Value Added -We can use list comprehension instead of nested for loop to minimize the code