A=matrix([[0.5,0,-0.5],[-0.1,0.2,0.3],[0.5,0,-1.]])
B=inverse(A)
print B

Kreyszig-6.7-17-U (last edited 2010-12-18 11:41:53 by prakasam team)