Answer:
Explanation:
Matrix Addition
Given two matrices A and B, the sum of A+B can only be defined if both matrices are of the same order, i.e. they have the same number of files and columns. If that was the case, then the sum of A and B, call it C is defined as
In other words, the resulting sum at row i and column j is the sum of the elements in that exact position
We are given the matrices
Adding them at the same position, we have
Select option c.