Add A[[a],[b],[c]]+B[[d],[e],[f]]
Problem
Solution
Distribute the scalar
A into the first vector by multiplying each component byA
Distribute the scalar
B into the second vector by multiplying each component byB
Add the two resulting vectors by summing their corresponding components.
Final Answer
Want more problems? Check here!