A = matrix([[-4,6,3],[0,1,2]]);
B = matrix([[5,-1,0],[3,1,0]]);
print A+B

Kreyszig-sec 6.1 - exp 6 (last edited 2010-12-15 12:15:06 by vishnu)