v=vector([4,2])
w = vector([-1,2])
print "Dot Product is ", v*w