Question: $A=\begin{pmatrix}1&1&2\\0&1&3\\0&0&2\end{pmatrix}$
I am trying to find out the Eigenvalues and Eigenvector for this question. During my working out (I use the cover-up method- First row/First column, Second row/Second column etc.), I've gone until $(λ-1)[(λ-1)(λ-2)]+(1)[(0)(λ-2)]-(2)[(0)(λ-1)]$. Is the working out right so far? Also not sure what $1[(0)\cdot(λ-2)]$ equals to?
Mainly the eigenvalues and I'm having issues with.
From here
$$|A-\lambda I|=\begin{vmatrix} 1-\lambda & 1 & 2\\ 0 & 1-\lambda & 3\\ 0 & 0 & 2-\lambda\end{vmatrix}=(1-\lambda)^2(2-\lambda)=0$$
we can see that for a up triangular matrix eigenvalues are the diagonal entries.
Now for each $\lambda$ solve $(A-\lambda I)x=0$ to find the corresponding eigenvectors.