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

Tejaswi,Jyothi:prakasam engg college

Strang-1.6-2-U (last edited 2010-12-17 10:35:07 by tejaswi)