I have a $3\times3$ real matrix of the following form $$ A=\left( \begin{matrix} a & b & c \\ * & * & * \\ * & * & * \end{matrix} \right), $$ where $a,b,c$ are fixed. I would like to find the other entries of the matrix in such a way that $\det A = 0$ if and only if $a=b=c=0$ and no combination of $a,b,c$ appears at the denominator of the other entries.
So far I have tried with different combinations of $a,b,c$, but nothing seems to work. In particular, I always find a determinant that vanishes e.g. when $a=0$ but the others need not be zero, or something like that.
Is there a clever choice I do not see?