- #1
saifatlast
- 1
- 0
Homework Statement
Find a basis for [tex]F=\left\{(x,y,z,w): -x+y+2z-w=0\right\}[/tex]
The Attempt at a Solution
So this looks like a plane to me, but I find 4-d space confusing, so that might be wrong. It does have the form [tex]\mathbf{x}^T\mathbf{n}=0[/tex], so that's kind of where I'm getting the idea that it's a plane. Assuming it is a plane (and if not, I'd appreciate some help getting moving in the right direction), my approach is to find 3 vectors in the plane. The plane should be spanned by the linear combinations of these vectors.
This gives
[tex]
F: \left\{
\begin{bmatrix}1\\1\\0\\0\end{bmatrix},
\begin{bmatrix}2\\0\\1\\0\end{bmatrix},
\begin{bmatrix}-1\\0\\0\\1\end{bmatrix}
\right\}
[/tex]
My questions is, assuming this is correct, how do I prove to myself that it is? I guess if I take the dot product of each of the basis vectors with the normal vector, n, below, I do get 0.
[tex]\mathbf{n}=\begin{bmatrix}-1\\1\\2\\-1\end{bmatrix}[/tex]
I guess what it comes down to is that I feel like I'm on shaky ground here, and I'm not quite sure how to firm things up.