a=matrix([[1,2],[3,4]])
x=matrix([[5],[-2]])
b=matrix([[1],[7]])
a
x
b
a*x

Strang-1.4-54-U (last edited 2010-12-17 04:24:23 by srikanth)