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

Strang-5.3-7 (last edited 2010-12-18 07:32:29 by vasanthi emani)