Add 3[[1],[-3]]+2[[2],[4]]
Problem
Solution
Distribute the scalar
3 into the first vector by multiplying it with each component.
Distribute the scalar
2 into the second vector by multiplying it with each component.
Add the two resulting vectors by summing their corresponding components.
Simplify the arithmetic to find the final vector.
Final Answer
Want more problems? Check here!