Add [[3],[0]]+[[2],[4]]
Problem
Solution
Identify the corresponding components of the two vectors.
Add the top components together.
Add the bottom components together.
Combine the results into a new vector.
Final Answer
Want more problems? Check here!