# Example 1 -  Page 402
P = vector([4,0,2])
Q = vector([6,-1,2])
a = Q - P
print a