A=matrix([[1,0],[0,1]])
print A
A.inverse()
A.inverse()
print A

Strang-6.7-14-U (last edited 2010-12-17 06:36:43 by Anuradha)