What's another method to find A + B ?
Adding two vectors (Using two different methods)?
vector A = 3i + 15j + 10k , vector B = - 35i + 45j + 20k
Method 1 would be as simple as :
R "or A+B" = (3-35)i + ( 15+45)j + (10+20)k = -32i + 60j + 30k
What's another method to find A + B ?