Cartesian Equations for the Subspace

1.4k Views Asked by At

I would really appreciate some help with trying to find the Cartesian equation of a subspace (part b). Have attached my answers. Thank you very much in advanced![my workings out and the question]1

1

There are 1 best solutions below

3
On BEST ANSWER

There should be two parameters, since it is spanned by two linearly independent vectors: $$\begin{pmatrix}x\\y\\z\end{pmatrix}=s\begin{pmatrix}1\\2\\0\end{pmatrix}+t\begin{pmatrix}1\\0\\1\end{pmatrix}=\begin{pmatrix}s+t\\2s\\t\end{pmatrix}.$$ This gives you $s=y/2$, $t=z$. Plugging this into the equation for $x$, we get $x=y/2+z$.