Linear Algebra – Change of Basis and Similarity

linear algebra

Today, the teacher in my class said that any similarity transform of a matrix is essentially a change of basis. So as a result, we end up with the same transformation, just with respect to a different basis. I did not follow that, could someone please explain the intuition behind how multiplying a matrix by $S$ from the left and $S^{-1}$ produces the same transformation but wrt to a different basis?

Best Answer

An $n\times n$ matrix is invertible if and only if the columns are a basis for $\mathbb{R}^n$. So you can view $S^{-1}$ as the change-of-basis matrix that translates from the basis whose vectors are the columns of $S^{-1}$ to the standard basis. Then $S$ is the matrix that translates from the standard basis to the basis whose vectors are the columns of $S^{-1}$.

So when you perform $SAS^{-1}$ you can view it as follows: you give it a coordinate vector in terms of the basis $\beta$ made up of the columns of $S^{-1}$. Then $S^{-1}$ translates this into the standard basis; then you apply $A$ as usual; then you apply $S$ and translate it back into the basis $\beta$. So you can view $SAS^{-1}$ as performing $A$, but in terms of the basis $\beta$.

Related Question