given a1=[1,-2.0] , a2=[0,1,2] , a3=[5,-6,8] , b=[2,-1,6] determine if b is a linear combination of a1, a2, a3.
I put these vectors into an augmented matrix and row reduced. My result was columns 1 and 2 having pivots and the last row being all zeros. Please help me understand how this results...