Let $A$ be an invertible, diagonalizable matrix and let $V$ be the space of $n \times n$ matrices. Define $T\colon V\to V$ be $T(X)=A^{-1}XA$. Find the eigenvalues, minimal, and characteristic polynomial of $T$.
I think I have what the eigenvalues could be. If we let $A=QDQ^{-1}$, where $D$ is diagonal with entries $\lambda_1,\dots,\lambda_n$ , then $T(X)=\lambda X$ is equivalent to $D^{-1}ZD=\lambda Z$, where $Z=Q^{-1}XQ$. Hence, comparing entries on the left and right, I get that $\lambda z_{ii}=z_{ii}$ for each $i$, and if $i\not=j$, $\lambda z_{ij}=\frac{\lambda_j}{\lambda_i}z_{ij}$. So the possible eigenvalues for $T$ are $\lambda=1$ or $\lambda=\frac{\lambda_j}{\lambda_i}$, $i\not=j$.
From here though, I don't see how to find the minimal or characteristic polynomial of $T$.
Indeed, those are the eigenvalues. In fact, $T$ is equivalent to the linear map $(A^T\otimes A^{-1})\mbox{vec}(X)$. Thus, the Jordan form consists of $1$-by-$1$ blocks (as $A$ is diagonalizable) and the eigenvalues are $\lambda_i\lambda_j^{-1}$ for all $i,j=1,\ldots,n$. Hence, the characteristic polynomial is $p(z)=(z-1)^n\prod_{i\neq j}(z-\lambda_i\lambda_j^{-1})$. To get the minimal polynomial, remove the repeating factors in $p(z)$.