- #1
Cottontails
- 33
- 0
Homework Statement
There is a vector space with real entries of all 2x2 matrices. You have to find what values of [itex]\alpha[/itex][itex]\in[/itex]ℝ make the set Z = [itex]\{
\begin{pmatrix}
1 & 2\\
1 & 0
\end{pmatrix},
\begin{pmatrix}
3 & 7\\
0 & 0
\end{pmatrix},
\begin{pmatrix}
2 & 6\\
\alpha & 0
\end{pmatrix}
\}
[/itex]
Homework Equations
To find for linear independence, I wrote the equation:
[tex]a\begin{pmatrix}
1 & 2\\
1 & 0
\end{pmatrix}+b
\begin{pmatrix}
3 & 7\\
0 & 0
\end{pmatrix}+c
\begin{pmatrix}
2 & 6\\
\alpha & 0
\end{pmatrix}=
\begin{pmatrix}
0 & 0\\
0 & 0
\end{pmatrix}
[/tex]
The Attempt at a Solution
This is where I'm a bit confused. Is that equation correct and then you would simply write it as a matrix and then use row reductions to make the matrix into reduced row echelon form?
Or would you not test it for the set of matrices but just for the last matrix and let it equal to the zero vector to find linear independence - and find the value of alpha that way?