Diagonalization of a square matrix $A$ consists in finding matrices $P$ and $D$ such that $A=PD P^{-1}$ where $P$ is a matrix composed of the eigenvectors of $A$, $D$ is the diagonal matrix constructed from the corresponding eigenvalues, and $P^{-1}$ is the matrix inverse of $P$
I wonder if $PDP^{-1} = P^{-1}DP$ ?
Can I say $A=P^{-1}DP$ too?
As $P^{-1}$ usually isn't equal to $P$, we don't usually have $PDP^{-1} = P^{-1}DP$. And thus we usally don't have $A = P^{-1}DP$ if $P$ is the matrix consisting of eigenvectors of $A$. However, if we set $Q = P^{-1}$, then we do have $A = PDP^{-1} = Q^{-1}DQ$. So in some sense, we could've done diagonalisation that way. It is a matter of convention that we don't. The convention is chosen because $P$ is easier to describe than $Q$.
So you can say that $A = P^{-1}DP$, but then $P$ wouldn't be the matrix consisting of eigenvectors of $A$ (although the rows of $P$ in this case would be the eigen-row-vectors of $A$, when considering the multiplication $vA$).
When $P$ is the matrix consisting of (column) eigenvectors of $A$, what $PDP^{-1}$ does is that it decomposes "Multiplication by $A$" into three operations:
For this process, it is crucial that the inverses are done at the right places.