Describing span(x) geometrically

  • Thread starter Thread starter Cottontails
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 6K views
Cottontails
Messages
33
Reaction score
0

Homework Statement


There is a vector space with real entries, in ℝ3 with the subset X = [tex] \begin{pmatrix}<br /> 2\\<br /> -1\\<br /> -3<br /> \end{pmatrix}\\<br /> ,<br /> \begin{pmatrix}<br /> 4\\<br /> 0\\<br /> 1<br /> \end{pmatrix}\\<br /> ,<br /> \begin{pmatrix}<br /> 0\\<br /> 2\\<br /> 7<br /> \end{pmatrix}<br /> [/tex]
and you have to describe span(x) geometrically.

Homework Equations


In answering this question, I found the span of the subset through [tex]a<br /> \begin{pmatrix}<br /> 2\\<br /> -1\\<br /> -3<br /> \end{pmatrix}\\<br /> + b<br /> \begin{pmatrix}<br /> 4\\<br /> 0\\<br /> 1<br /> \end{pmatrix}\\<br /> + c\begin{pmatrix}<br /> 0\\<br /> 2\\<br /> 7<br /> \end{pmatrix}=<br /> \begin{pmatrix}<br /> x\\<br /> y\\<br /> z<br /> \end{pmatrix}[/tex]

The Attempt at a Solution


This formed the matrix:
[tex] \begin{pmatrix}<br /> 2 & 4 & 0 & | & x\\<br /> -1 & 0 & 2 & | & y\\<br /> -3 & 1 & 7 & | & z<br /> \end{pmatrix}[/tex]
Using row operations, I then made the matrix into reduced row echelon form and it was non-trivial with the final result being:
[tex] \begin{pmatrix}<br /> 1 & 2 & 0 & | & x/2\\<br /> 0 & 1 & 1 & | & x/4+y/2\\<br /> 0 & 0 & 0 & | & -x/4-7y/2+z<br /> \end{pmatrix}[/tex]
So, we can then interpret the span geometrically as the plane in ℝ3 with the equation [itex]-1/4x - 7y/2 + z=0[/itex]
Is this right?
 
Last edited:
Physics news on Phys.org
Sorry, I didn't realize but I put the first entry as 3 instead of -3 and now I have corrected it. Is that correct now?