a=matrix([[1,1,1],[1,2,2],[2,3,-4]])
print a
b=vector([6,11,3],[7,10,3])
x=a.solve_right(b)
print x