41.0k views
2 votes
Help!!!! what is matrix A + matrix B ?

Help!!!! what is matrix A + matrix B ?-example-1
User Anthonycr
by
6.9k points

2 Answers

4 votes
the answer is A just add up all the correspond one
User Tynese
by
7.8k points
3 votes

Answer:

The answer is A.

matrix A + matrix B =


\left[\begin{array}{cc}3&0\\2&-1\end{array}\right] + \left[\begin{array}{cc}2&8\\0.6&3\end{array}\right] = \left[\begin{array}{cc}5&8\\2.6&2\end{array}\right]

Explanation:

The sum of two matrices has as a result a matrix with the same number of rows and columns. This is done by adding each corresponding element of the matrices, that means, the each element (same row and column) of matrix A adding with each element (same row and column) of matrix b, and so on.

So here is the excercise step by step:

matrix A + matrix B =


\left[\begin{array}{cc}3&0\\2&-1\end{array}\right] + \left[\begin{array}{cc}2&8\\0.6&3\end{array}\right] =


\left[\begin{array}{cc}3+2&0+8\\2+0.6&-1+3\end{array}\right] =


= \left[\begin{array}{cc}5&8\\2.6&2\end{array}\right]

User Kostas Pelelis
by
8.2k points