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

Help!!!! what is matrix A + matrix B ?-example-1

2 Answers

4 votes
the answer is A just add up all the correspond one
answered
User Tynese
by
8.6k 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]

answered
User Kostas Pelelis
by
9.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.