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

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