If matrix A = \begin{bmatrix}3&1\\-2&-1\end{bmatrix}
I am trying to give two specific examples of a non-zero matrix X such that: AX = XA.
so far I let X = \begin{bmatrix}a&b\\c&d\end{bmatrix}
And so AX = XA, and I multiplied X and A respectivley to give the linear equations:
3a + c = 3a - 2b
3b + d = a - b
-2a + c = 3c - 2d
-2b - d = c - d
I believe i am supposed to show this in matrix form and solve the system to get a 4x4 matrix containing expressions with two variables where any number can be substituted so that AX = XA. However I am unsure on how to do this and need some help.