Loading...

Add [[3],[0]]+[[2],[4]]

Problem

[[3],[0]]+[[2],[4]]

Solution

  1. Identify the corresponding components of the two vectors.

  2. Add the top components together.

3+2=5

  1. Add the bottom components together.

0+4=4

  1. Combine the results into a new vector.

Final Answer

[[3],[0]]+[[2],[4]]=[[5],[4]]


Want more problems? Check here!