I have found this one but do not got any clue how to solve it.
Let be $A$ a symmetrical matrix $3X3$ with real numbers. Prove that if $\lambda_1$,$\lambda_2$ are different eigenvalues with their own eigenvector $v_1\neq 0$ and $v_2\neq 0$. Then $v_1$ is orthogonal to $v_2$ from that show that $v_1$ and $v_2$ are linear independences.
To me its pretty obvious the second part but I can not prove that $v_1$,$v_2$ are orthogonal
Calculate the inner product
$$ \langle A v_1 | v_2 \rangle = \lambda_1 \langle v_1 | v_2\rangle \tag{1} $$
But on the other hand
$$ \langle A v_1 | v_2 \rangle = \langle v_1 | A^T v_2 \rangle = \langle v_1 | \lambda_2 v_2 \rangle = \lambda_2 \langle v_1 | v_2 \rangle \tag{2} $$
From (1) and (2) you get to the conclusion
$$ (\lambda_1 - \lambda_2) \langle v_1 | v_2 \rangle = 0 $$
Since the eigenvalues are different
$$ \langle v_1 | v_2 \rangle = 0 $$