a=matrix([[1,0,3,7],[4,2,0,1],[7,7,0,3]])
print a
b=det(a)
print b

Kreyszig-6..6-12-U (last edited 2010-12-18 11:33:45 by prakasam team)