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

Kreyszig-6.0-6 (last edited 2010-12-17 09:11:32 by 172)