u = vector([3, 2, 0])
v = vector([1, 4, 0])
x=u.cross_product(v)
print x