gruba
- 203
- 1
Homework Statement
Plot the solution set of linear equations
x-y+2z-t=1
2x-3y-z+t=-1
x+7z=8
and check if the set is a vector space.
2. The attempt at a solution
Augmented matrix of the system:
<br /> \begin{bmatrix}<br /> 1 & -1 & 2 & -1 & 1 \\<br /> 2 & -3 & -1 & 1 & -1 \\<br /> 1 & 0 & 7 & 0 & 8 \\<br /> \end{bmatrix}\sim \begin{bmatrix}<br /> 1 & -1 & 2 & -1 & 1 \\<br /> 0 & -1 & -5 & 3 & -3 \\<br /> 0 & 1 & 5 & 1 & 7 \\<br /> \end{bmatrix}\sim \begin{bmatrix}<br /> 1 & -1 & 2 & -1 & 1 \\<br /> 0 & 1 & 5 & 1 & 7 \\<br /> 0 & -1 & 3 & 0 & -3 \\<br /> \end{bmatrix}\sim \begin{bmatrix}<br /> 1 & -1 & 2 & -1 & 1 \\<br /> 0 & 1 & 5 & 1 & 7 \\<br /> 0 & 0 & 0 & 4 & 4 \\<br /> \end{bmatrix}<br />
\Rightarrow t=1
x-y+2z=2
y+5z=6
x,y are pivot variables \Rightarrow x=8-7z,y=6-5z.
The solution set can be described as S=\{(8-7z,6-5z,z,1):z\in\mathbb R\}.
Algebraically, this means that the system is inconsistent (infinitely many solutions).
This should represent a line in xyz plane, but it seems that it contradicts with algebraic solution.
First equation is a plane with coordinates (6,-\frac{3}{2},3).
Second equation is a plane with coordinates (-1,\frac{2}{3},2).
Third equation is a line in xz plane with coordinates (8,\frac{8}{7}).
When drawn altogether, there is no intersection between all three planes, and also no line as an intersection.
Is there a mistake in algebraic, or geometric solution?
Assuming that algebraic solution is correct, solution set is a vector space because it is an infinite line (closed under vector addition and scalar multiplication). Is this correct?
Last edited: