Could anybody, please, explain to me, how to solve system of 3 differential equations, when it has triple eigenvalue?
I mean... we solved these equations by creating a matrix $A$ of the system and finding eigenvalues $\lambda_1,\lambda_2,\lambda_3$. Then we found eigenvectors $\overrightarrow{v_1},\overrightarrow{v_2},\overrightarrow{v_3}$ by computing result for the matrix $A-\lambda_iE$. Then there was a formula for result $u_i = c_i\cdot e^{\lambda_i\cdot t}\cdot \overrightarrow{v_i}$. And $x =u_1+u_2+u_3$.
And if any eigenvalue were doubled, the second time, when eigenvector was searched we put to the matrix on the right-handed side the eigenvector from the first solution ($A-\lambda_2E=\overrightarrow{v_1}$) and computed results.
But what if the eigenvalue is triple? What then?