I am looking for a condition on $b$ so that the matrix $B$ below can be diagonalized:
$$B=\begin{pmatrix}2b+1 &-2b-2 &b-2\\ 2b-1&-2b&b-2\\ -6&6&-1\end{pmatrix}.$$
I know that if $B$ has $3$ linearly independent eigenvectors, $B$ is diagonalizable, but I want to avoid going all the way to get eigenvalues and eigenvectors of $B$.
Do we have any other easier ways?
This may not be what you want, but the characteristic polynomial of $B$ is $$x^3-3x-2=(x-2)(x+1)^2,$$ independent of $b$, so a necessary and sufficient condition for $B$ to be diagonalizable is when the minimal polynomial of $B$ is $(x-2)(x+1)$. Using this, it can be checked directly that the condition for $B$ to be diagonalizable is $$b=2.$$