So I have this equation $$-2x+3y+9z=3$$ and I am supposed to solve it using parameters since there is no unique solution to this. that would be vector form?
I know how to do it when there is at least 2 equations. https://www.khanacademy.org/math/algebra-home/alg-matrices/alg-row-echelon-and-gaussian-elimination/v/matrices-reduced-row-echelon-form-2
but what about the one?
tank u !
whenever you fix the value for $2$ of the unknown, you can recover the third.
$$z=\frac{3+2x-3y}{9}$$
$$\begin{pmatrix} x \\ y \\ z\end{pmatrix}=\begin{pmatrix} s \\ t \\ \frac{3+2s-3t}{9}\end{pmatrix}$$
where $s$ and $t$ are parameters.