a) Determine if $b$ is a linear combination of $a_1, a_2, a_3$, the columns of the matrix $A$
$A = \begin{bmatrix}4&-4&-16\\2&-1&-6\\-1&-1&2\end{bmatrix}$ and $b =\begin{bmatrix}28\\9\\-1\end{bmatrix}$
YES, it is a linear combination <-- my answer
b) If it is a linear combination, determine a non-trivial linear relation - (a non-trivial relation is three numbers which are not all three zero.) Otherwise, enter 0's for the coefficients.
___ $a_1$ + ____ $a_2$ + ____ $a_3 = b$
I got the augmented matrix after putting it in REF form, I got:
my answer --> $\begin{bmatrix}4&-4&-16&28\\0&-2&-4&10\\0&0&-8&24\end{bmatrix}$
so I got the vector equations and solved and got $x_1 = -4, x_2 = 1, x_3 = -3$
So I can't figure out what coefficents they are looking for.. Wouldn't it be $-4,1,-3$ ??
UPDATE:
Now I've gone further and took my matrix from REF (Row Eche Form) to RREF (Reduced Row Ech Form)
and got
$\begin{bmatrix}1&-1&-4&7\\0&1&2&-5\\0&0&1&-3\end{bmatrix}$ so therefore $x_1 = -4, x_2 = 1, x_3 = -3$