How do you simplify #[(1.35,5.80),(1.24,14.32), (6.10, 35.26)]+[(0.45,3.28), (1.94,16.72), (4.31,21.30)]#?
1 Answer
Explanation:
While adding two matrices,
the two matrices should be of the came order i.e. number of rows and columns in the matrices should be same.
Here matrices are of the same order as both have same number of rows and columns.
Then we have to just add the respective elements together i.e. number
Hence the sum is
#[(1.35,5.80),(1.24,14.32), (6.10, 35.26)]+[(0.45,3.28), (1.94,16.72), (4.31,21.30)]#
=
=