I have a matrix called Ω. This is the matix:
$$\frac 1 2\begin{bmatrix}2 & 0 &0\\0 & 3 &-1 \\0 & -1 & 3\end{bmatrix}$$
It's eigenvalues are known (I have calculated them earlier). They are $l_1 = l_2 = 1$ and $l_3 = 2$
I want to find the eigenvectors from this data.
In the case where the eigenvalue is $2$, this is used:
$Ω ( a_{13} a_{23} a_{33} ) = 2( a_{13} a_{23} a_{33} ) ⇔ … ⇔ a_{13} = 0, a_{23} = −a_{33}$
As you can see, we arrive to some conclusion of $a_{13}, a_{23}$ and $a_{33}$. But how this is calculated?