Ask Question
29 January, 05:51

A = [3 0 2 - 1] B = [2 8.6 3] what is matrix A + matrix D?

+1
Answers (1)
  1. 29 January, 06:09
    0
    A + B = [5 8 2.6 2]

    Explanation:

    Adding matrices adds up by element to the corresponding element of the other matrix.

    A + B = ...

    = [3 0 2 - 1] + [2 8.6 3]

    = [3+2 0+8 2+.6 - 1+3]

    = [5 8 2.6 2]
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “A = [3 0 2 - 1] B = [2 8.6 3] what is matrix A + matrix D? ...” in 📘 History if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers