asked 114k views
5 votes
Add [1 -4 3 5]+[-2 6 -2 4]​

2 Answers

1 vote

Answer:

11

Explanation:

answered
User IsolatedStorage
by
8.2k points
6 votes

Answer:

The sum (answer) is [-1, 2, 1, 9].

Explanation:

Here we're asked to sum up two matrices of the same dimensions (1 by 4).

The value in the first matrix, first column, is 1; that in the second matrix, first column, is -2. Combining 1 and -2, we get -1, which is the first column value in the answer matrix.

Continuing in the same manner: -4 + 6 = 2; 3 - 2 = 1; and 5 + 4 = 9.

The sum (answer) is [-1, 2, 1, 9].

answered
User Jan Wrobel
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.