I have been wondering about the following:
If I have a matrix A, and I have some basis β, and I wish to find A in basis β, and I do that by applying the formula: β^-1 *A *β, and as a result I get a diagonal matrix C, does that mean that C is in fact also the diagonal matrix of A(with respect to standard basis) consisting of eigenvalues of A(with respect to standard basis) on its main diagonal, and that β has, in fact, eigenvectors of A(with respect to standard basis) in columns?
Thank you!
I don't know what is “the diagonal matrix of $A$”, but you are right about the rest: the entries of the main diagonal of $C$ are the eigenvalues of $A$ and the columns of $\beta$ are the eigenvectors of $A$.