Repetitive Equation Structures

1 Nested for-loop

Write a function, MatrixAddition, for adding two two-dimensional matrices.




Do a function call to
MatrixAddition with two arrays. Then simulate the class with the function call and plot the result.



1.1



1.1.1 Simulation of MatrixAddition

We simulate the MatrixAdditionCall and then plot to see the result.