I have some trouble following some examples in my textbook. In the examples, the book provides equations for planes, and I'm not sure how they are derived.
One example is:
Given:
$$\begin{bmatrix} x \\ y \\ z\end{bmatrix} = \alpha \begin{bmatrix} 1 \\ 1\\ 1 \end{bmatrix}e^{4t} + \beta \begin{bmatrix} -1 \\ -1 \\ 2 \end{bmatrix} e^{t} + \gamma \begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix}e^{-t}$$
Any solution for which $\gamma = 0$ will lie in the plane $x - y = 0$ for all $t$.
Another example is:
Given: $$\begin{bmatrix} x \\ y\\ z \end{bmatrix} = \beta \begin{bmatrix} 1 \\ -2 \\ 1 \end{bmatrix}e^{t} + \gamma \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} e^{4t}$$
This defines the plane $x - 3z = 0$
It's been quite some time since I had multivariable calculus, and after fumbling around for a long time, I just don't see how these plane equations are obtained. Since the book doesn't show any intermediate steps, I would greatly appreciate any help!