I have a set of 2 vectors: $\{ (1,2,0), (0,2,-1) \}$. I have to show that this set is a basis for the plane with equation: $2x_1 - x_2 -2x_3 = 0$. I know that the normal vector of the plane is $\langle 2, -1, 2\rangle$. I also know that I have to check for linear dependence.
But do I check linear dependence only with the 2 vectors in the set? Because when I use Gauss-Jordan elimination to check for linear dependence for all 3 vectors (the 2 in the set and the normal vector of the plane), I get an inconsistent solution. What do I do?
both vectors $(1,2,0)$ and $(0,2,-1)$ are on the plane $2x_1-x_2-2x_3 = 0.$ you don't need the normal to the plane to show that these vectors are linearly independent. in fact, if you have only two nonzero vectors, then they are linearly dependent if one is not the multiple of the other as the case her.