m=matrix([[-3,0,0],[6,4,0],[-1,2,5]])
x=matrix([[4,0],[2,5]])
m[0,0]*det(x)

Kreyszig-6.6-6 (last edited 2010-12-18 11:08:06 by xxx)