Add (-2)[[3],[2]]+(5)[[-4],[1]]
Problem
Solution
Perform scalar multiplication on the first vector by multiplying each component by
−2
Perform scalar multiplication on the second vector by multiplying each component by
5
Add the resulting vectors by summing their corresponding components.
Simplify the components to find the final vector.
Final Answer
Want more problems? Check here!