Log in to edit a copy.
Download.
Other published documents...
linear independent
2282 days ago by matrix
A=matrix([[1,-1,-2,9,-1],[-3,6,2,-3,-3],[2,7,-1,0,2],[5,1,1,2,1],[4,-9,4,-4,-5]]) print A.rref()
[1 0 0 0 0] [0 1 0 0 0] [0 0 1 0 0] [0 0 0 1 0] [0 0 0 0 1]
[1 0 0 0 0] [0 1 0 0 0] [0 0 1 0 0] [0 0 0 1 0] [0 0 0 0 1]