I am supposed to find the values of $a,b,c \in R$ for which the matrix can be diagonalized.
$\begin {bmatrix} 1 && 0 && c \\ 1 && a && b \\ 0 && 0 && 1 \end{bmatrix}$
I know it can be diagonalized if it has 3 linear independent eigenvectors, but that job seems too complicated in this case. I am not sure how to approach this problem, so any help is appreciated. Thanks