ChemistryNat
- 20
- 0
Homework Statement
I'm studying for my linear algebra midterm, one of the challenge questions from my textbook is as follows:
Using the procedure of Example 8 of Chapter 2.3, find whether or not {(0,1,0,1),(-1,1,4,1),(-1,0,2,2)} is or is not a basis for the hyperplane 4x_{1}-x_{2}+x_{3}+x_{4}=0 in ℝ^{n}
Example 8:
Show that \beta={[1,2,-1],[1,1,1]} is a basis for the plane -3x_{1}+2x_{2}+x_{3}=0
We observe that \beta is clearly linearly independent since neither vector is a scalar multiple of the other. Thus, we need to show that every vector in the plane can be written as a linear combination of the vectors in \beta. To do this, observe that any vector \vec{X} in the plane must satisfy the condition of the plane. Hence, every vector in the plane has the form
\vec{X} = [(x_{1}),(x_{2}),(3x_{1}-2x_{2})]
Since x_{3}=3x_{1}-2x_{2}
Therefore, we now just need to show that the equation
t1(1,2,-1)+t2(1,1,1)=[(x_{1}),(x_{2}),(3x_{1}-2x_{2})]
is always consistent
Row reducing the corresponding augmented matrix gives
[(1,0,0), (1,1,0)|((x_{1}),(2x_{1}-x_{2}),(0))]
Homework Equations
The Attempt at a Solution
I'm not entirely sure where to start with this one. I've been working really hard in this class, but it's not sticking. Thank you