Add [[12],[0],[-1]]+[[8],[21],[12]]
Problem
Solution
Identify the corresponding components of the two vectors to be added.
Add the first components:
12 + 8 = 20$.Add the second components:
0 + 21 = 21$.Add the third components:
−1+12=11 Combine the results into a single resultant vector.
Final Answer
Want more problems? Check here!