Yesterday I came across an exercise in my coordinate geometry book:
*Find if $a$ and $b$ coincide, are skew, parallel or intersect (if so, find the intersection point)
$$a \leftrightarrow \begin{cases} 2x + y = 4 \\ z = 3 \end{cases}$$
$$b \leftrightarrow \begin{cases} x + y = 4 \\ z = 2x \end{cases}$$ I have done many similar exercises but I have never used equations like that before. How do I transform them into parametric or symmetric equations ?
One fairly-automatic way to go is:
So ...