Homework Statement
For each matrix, can you write the third column of the matrix as a linear combination
of the first two columns?
\left[ \begin{array}{cccc} 1 & 2 & 3 \\ 7 & 8 & 9 \\ 4 & 5 & 6 \end{array} \right]
Homework Equations
x=a(U1)+b(U2)
The Attempt at a Solution
I...