A=matrix([[1,-3,0],[0,2,4],[3,3,0]])
B=A.inverse()
print B

Kreyszig-6.7-20-U (last edited 2010-12-18 11:43:49 by prakasam team)