A=matrix([[2,3],[4,0]])
B=matrix([[1,2,0],[5,-1,0]])
c=A*B
print c

Strang-1.4-1 (last edited 2010-12-18 06:20:46 by sai kumar)