So usually we use the $\det(A-\lambda I)$ to get eigenvalues to get eigenvectors to solve for a general solution. This seems neither necessary nor helpful here, just wondering if the general solution is just $(c_1, c_2) = X$ where $c_1$ and $c_2$ are constants in complex numbers, since the derivative matrix is always 0.
Thanks!
You can execute the matrix-vector multiplication: $$X'(t)=\left(\begin{matrix} 0&0\\ 0&0 \end{matrix}\right)X(t)$$ $$X'(t)=\left(\begin{matrix} 0\\ 0 \end{matrix}\right)$$ $$\left(\begin{matrix} x_1'(t)\\ x_2'(t) \end{matrix}\right)=\left(\begin{matrix} 0\\ 0 \end{matrix}\right)$$ So your equations are: $$x_1'(t)=0$$ $$x_2'(t)=0$$ And I think you can solve them.