If 2 vectors are in the same n-dimensional space, then they can be added. Addition happens cooridnate-wise. In n-dimensional space, the formula is the following: <a1,a2,…,an>+<b1,b2,…,bn>=<a1+b1,a2+b2,…,an+bn>
For an example in 2-dimensions:
<2,3>+<4,6>=<2+4,3+6>=<6,9>
There is no definition of a sum of 2 vectors of different dimensions.
<3,2>+<1,3,4>=undefined
Enter 2 vectors to see their sum.
Compute the sum:
Current score: 100
Old scores: