How do I find the sum of three vectors?
1 Answer
May 31, 2015
Let us have 3 vectors A, B and C, the sum is simply to add any two and add the resultant to the third.
We are to fine A + B + C
A + B = D (Let)
Then, A + B + C = D + C
Don't you think it's simple ? :p