Find the fundamental matrix for the system $$\dot x_1 = x_1 + x_2$$ $$\dot x_2 = x_2 + x_3$$ $$\dot x_3 = x_3$$
I attempted this question using the steps outlined below,
$$A = \begin{pmatrix}1 & 1 & 0\\\ 0 & 1 & 1\\\ 0 & 0 & 1\end{pmatrix}$$
The eigenvalues are determined as, $$det(A-I\lambda) = \begin{vmatrix}1-\lambda & 1 & 0\\\ 0 & 1-\lambda & 1\\\ 0 & 0 & 1-\lambda\end{vmatrix} = 0$$
From the above, I get repeated eigenvalues of 1 (i.e. $\lambda$ = 1).
I am stuck with how to determine the solutions and eigenvectors to this problem since the eigenvalues are repeated. Any help on how to do this will be appreciated.
This is a triangular system. The last ODE is independent from the others. Once you solve $\dot x_3 = x_3$ as $\hat x_3(t)$ you can substitute in the previous ODE $\dot x_2 = x_2 + \hat x_3$ that will depend only on $\dot x_2$ determining then $\hat x_2(t)$ and finally, the first one as $\dot x_1 = x_1 + \hat x_2$