Physicsissuef
- 908
- 0
Homework Statement
Check if this sets of vectors generate same subspace for \mathbb{R}^4.
{ (1,2,0,-1), (-2,0,1,1) } and { (-1,2,1,0),(-3,-2,1,2) , (-1,6,2,-1) }
Homework Equations
The Attempt at a Solution
Here is the one matrix.
<br /> \begin{bmatrix}<br /> 1 & 2 & 0 & -1 \\ <br /> -2 & 0 & 1 & 1<br /> \end{bmatrix}<br />
and the other
<br /> \begin{bmatrix}<br /> -1 & 2 & 1 & 0\\ <br /> -3 & -2 & 1 & 2\\ <br /> -1 & 6 & 2 & -1<br /> \end{bmatrix}<br />
I use row transformations to find out if this 2 matrices are equal. But how will I know which row transformations to implement?