I have the set of equations
$ \begin{bmatrix} 1 & -1 & -1\\ a & -b & -c\\ a^2 & -b^2 & -c^2\\ \end{bmatrix} \begin{bmatrix} x\\ y\\ z \end{bmatrix} =0 $
I think that, if all $x$, $y$ and $z$ are required to be non-zero, then $a = b = c$, but I don't know how to actually show this. I tried setting the determinant equal to zero, required for a non-trivial solution, but this is not sufficient as then (e.g.) $a=b$ and $z=0$ is a non-trivial solution. Is there a way to require that the all the components of a non-trivial solution be non-zero?
What I actually want to show is that, if for all $t$,
$ A \sin(\omega_1 t) - B\sin(\omega_2 t) = C \sin(\omega_3 t) $
implies that $\omega_1 = \omega_2 = \omega_3$ if $A$,$B$ and $C$ are non-zero (which I think is true). Evaluating the original equation and the first and second derivative gave the set of equations above.
Any insight into either problem would be greatly appreciated
Hint
Note first that if $\omega_1=\omega_2$ then $$A \sin(\omega_1 t) - B\sin(\omega_2 t) = C \sin(\omega_3 t)$$ becomes $$(A-B) \sin(\omega_1t)=C \sin(\omega_3 t)$$ from which is trivial (just derivate and combine the relations) to deduce that $\omega_3=\omega_1$.
Same way, if $\omega_1=\omega_3$ you get $$(A-C) \sin(\omega_1t)=B \sin(\omega_2 t)$$ while if $\omega_2=\omega_3$ you get $$A \sin(\omega_1t)=(B+C) \sin(\omega_2 t)$$
In all three situations you can conclude that, if two of them are equal all three are equal.
This leaves only the case when $\omega_1, \omega_2, \omega_3$ are pairwise distinct. In this case the vanDermonde determinant is non-zero, therefore your system only has the trivial solution.
Note To make this clear, in the first problem one of the following two must happen.
You need to go back to the original problem, and deduce from there that the third number must be the same.