a=matrix([4,-1,5])
b=matrix([2,5,8])
print a*b.transpose()

Kreyszig-6.2-10 (last edited 2010-12-15 12:35:47 by S.K.Manoj)