a=matrix([[1,1,1],[1,0,2]])
b=vector([0,0])

b
print a
x=a.solve_right(b)
print x

Strang-2.1-8-U (last edited 2010-12-18 09:41:21 by prakasam team)