Log in to edit a copy.
Download.
Other published documents...
Ch7 Exercises problem1(new) by HwangHul
1679 days ago by ghkdgnf
x1=vector([1,1,-3,2,0]) x2=vector([0,2,1,3,0]) x3=vector([0,-1,0,-4,1]) x4=vector([0,-1,0,5,2]) x5=vector([2,2,-6,4,0]) A=column_matrix([x1,x2,x3,x4,x5]) print A.det()
0
0