a=matrix([[7,14,21],[36,18,6],87,12,-45]])
print(a)
b=det(a)
print b

Kreyszig-6..6-10-U (last edited 2010-12-18 11:31:55 by prakasam team)