A=matrix([[3,1.7], [1.7,1]])
b=matrix([[4.7,2.7],[4.7,2.7]]) 
print A*b

Strang-18.4-10-U (last edited 2010-12-17 11:52:35 by 172)