A matrix A=[[-2,-3,1,13],
[-6,-7,5,24],
[-8,-12,4,48]]
reduces to [[2,3,-1,3]
[0,2,2,-3]
[0,0,0,4]]
Find a basis forColAthat includes only columns ofAordered as they appear in A