QuarkCharmer
- 1,049
- 3
Homework Statement
If <br /> {\bf a} = <br /> \begin{smallmatrix}<br /> 2 \\<br /> -1<br /> \end{smallmatrix} and <br /> {\bf b} = <br /> \begin{smallmatrix}<br /> 2 \\<br /> 1<br /> \end{smallmatrix}, and <br /> {\bf c} = <br /> \begin{smallmatrix}<br /> h \\<br /> k<br /> \end{smallmatrix}, show that <br /> {\bf c} \in span \left\{ {\bf a},{\bf b} \right\} \forall h,k<br />
Homework Equations
The Attempt at a Solution
Since this means that c is a linear combination of a and b, I used the definition to create an augmented matrix:
<br /> \begin{smallmatrix}<br /> 2 & 2 & h \\<br /> -1 & 1 & k\\<br /> \end{smallmatrix}
I did most of the rref on that, until I just decided to take a system of equations:
<br /> 2x_{1} = h + \frac{-1}{2}(2k+h)\\<br /> 2x_{2} = \frac{2k+h}{2}But I have no idea what to do here. It's clear to me that span(a,b) is an infinite plane, but I don't know how to show that any vector (in this case <h,k>) that exists in R^2 will be contained on that plane.
I know it's a stupid question, sorry. This is also the first time I have attempted to latex a matrix...