Add [[1,2]]+[[3,-4]]
Problem
Solution
Identify the vectors to be added, which are both in
ℝ2 Add the corresponding components of the vectors.
Calculate the sum of the first components:
1 + 3 = 4$.Calculate the sum of the second components:
2 + (-4) = -2$.
Final Answer
Want more problems? Check here!