A=matrix([[-4,6,3],[0,1,2]])#addition of matrices
B=matrix([[5,-1,0],[3,1,0]])
print A+B