Log in to edit a copy.
Download.
Other published documents...
Ch-4-Prob-8-New-이승진
2285 days ago by matrix
A = matrix(4,4,[-3,1,0,2, 1,3,1,-1, 3,13,4,-3, 3,1,0,1]); print "det(A)=" ,A.det()
det(A)= 4
det(A)= 4