v1=vector([1,0,0,0])
v1
v2=vector([1,1,0,0])
v2
w=vector([0,0,4,5])
w
v1*w
v2*w

Strang-3.1-2 (last edited 2010-12-16 12:23:05 by apoorva.l)