Let $V\subset \mathbb{R}^3$ be the subspace created by $\{(1,1,0),(0,2,0)\}$. Write the cartesian equations of $V$.
Since the two vectors are linearly independent they are a basis of the 2D-space $V$. They thus create a plane. Moreover, since $V$ is a vector space, the plane has to pass through the origin (else it would be an affine space). In order to write the plane equation in cartesian form, I need the vector normal to it. Thus I can use the cross product, since I know two vectors of the plane which are linealrly independent. \begin{equation} \textbf{v}_{n}=(1,1,0)\wedge(0,2,0)=\begin{vmatrix} \textbf{i} & \textbf{j} & \textbf{k}\\1&1&0\\0&2&0\end{vmatrix}=(0,0,2) \end{equation} Then the wanted equation is: $\pi: 2z=0$.
I'm not convinced at all though. Can you explain to me where I messed up and how to get the right answer? Thank you all