Given a matrix $A \in \Bbb R^{3 \times 3}$ , which is non-constant of the form $$y'(t)=A(t)y(t)$$ I want to check the stability of the trivial solution.
My problem is the following:
If $$y(t)=\begin{pmatrix}y_1(t) \\ y_2(t) \\ y_3(t)\end{pmatrix}$$ My matrix consists not of $t$ but $y_1,y_2,y_3$ and I wanted to know how do I show this ? I mean I can't calculate the eigenvalues because of the $y_i's$, this method is only for constant matrices as far as I know.
Edit: My matrix looks like: $$\begin{pmatrix}2(1-y_2-y_1) & 1 & 0 \\ -y_2 & -1 & -2 \\ 1&0 & -1\end{pmatrix}$$