a = matrix([[4,3], [7,2], [9,0]])
b = matrix([[2,5], [1,6]])
print a*b

Kreyszig-6.2-11 (last edited 2010-12-15 12:37:48 by S.K.Manoj)