Consider the matrix A=[[-1,4,-3],[4,-2,-1],[-2,-2,-5]] and the vector x=[[-5],[-5],[4]]. When multiplying A by x on the right, the result Ax is a linear combination of the three column vectors v_(1)=[[-1],[4],[-2]], v_(2)=[[4],[-2],[-2]], v_(3)=[[-3],[-1],[-5]] of A, as follows:
Ax = a_(1)v_(1) + a_(2)v_(2) + a_(3)v_(3)
What are the coefficients in front of those vectors?
a_(1) =
a_(2) =
a_(3) =