Here are two vectors:
r = ( 4, 3 )T
s = ( 1, 2 )T
form the sum:
t = r + s
Do it by column matrix addition, and again by the head-to-tail rule.