Find (if it exists) a matrix $A$
of $R^{2X3}$,
with fist Row: $(0,6,6)$
so that zero is the unique solution of equation
$ A $ $ \begin{pmatrix} x \\ y \\ z\end{pmatrix}$ = $ \begin{pmatrix} 0 \\ 0 \end{pmatrix}. \\$
Find (if it exists) a matrix $A$
of $R^{2X3}$,
with fist Row: $(0,6,6)$
so that zero is the unique solution of equation
$ A $ $ \begin{pmatrix} x \\ y \\ z\end{pmatrix}$ = $ \begin{pmatrix} 0 \\ 0 \end{pmatrix}. \\$
This is impossible; such a matrix does not exist.
A 2 by 3 matrix has two rows and three columns, so its maximum rank is 2 and there is at least one free variable. That free variable, usually z, is replaced by a parameter that can take on any value in R.
Thus a unique solution cannot be found.