Matrix representation of a linear transformation under change of basis.

95 Views Asked by At

For a matrix $A\in M_n(\mathbb{F})$ consider the linear transformation $T_A:\mathbb{F}^n\rightarrow \mathbb{F}^n$ such that $x\mapsto Ax$. Suppose A is diagonalizable and $B=\{v_1,...,v_n\}$ is a basis of eigenvectors for $T_A$ corresponding to eigenvalues $\lambda_1,...,\lambda_n$. Let $D=[T_A]_B$ and $C\in M_n(\mathbb{F})$ with columns $v_1,...,v_n$. Prove that $$D=C^{-1}AC. $$

I now really sure how to approach this. In a previous problem, I computed $D$ as a diagonal matrix with eigenvalue entries (If I did the problem correctly). But I'm confused about what is going on with the Matrix $C$. It isn't clear if each column are the basis vectors or the diagonal entries for $C$.

I'm also not sure how to compute $C^{-1}$. Could you just try to prove that $CD=AC$? Any help in understanding the problem is much appreciated.

1

There are 1 best solutions below

0
On

This is just the change of basis formula for linear operators, from the standard basis of $K^n$ to the basis $B$. That the $v_i$ are eigenvectors for $T_A$ has nothing to do with the formula (though it does tell you the form that $D$ will have).