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
In order to diagonalize a matrix, you want to be able to utilize row operations such that you only end up with values along the diagonal. An easy case is $a = 1, c, b = 0$. Try plugging in and using row operations to simplify the matrix to see why and see if you can generalize this.