$$A = \begin{bmatrix} 2 & 1\\ 1 & -1\\ \end{bmatrix}$$
and
$$B = \begin{bmatrix} 1 & k\\ -1 & 2\\ \end{bmatrix}$$
I need to find a value of $k$ that will make $AB = BA$.
I multiplied the two matrices and found no such value of k. Does that mean that there is no value of k that makes $AB = BA$?