You can add vectors if you split into components then perform the operation for each components.
Vector Addition
Example
Vector Subtraction
Example
You can add vectors if you split into components then perform the operation for each components.
[x1,y1]+[x2,y2]=[x1+x2,y1+y2]
[2,3]+[6,2]=[8,5]
[x1,y1]−[x2,y2]=[x1−x2,y1−y2]
[27,3]−[6,2]=[21,1]
m[x,y]=[mx,my]