A = matrix([[2.7,-1.8],[0,0.9],[9.0,-4.5]]);
print -A
print (10/9)*A
print 0*A

Kreyszig-sec 6.1 - exp 7 (last edited 2010-12-15 12:16:30 by vishnu)