Why Do the Positions of C and C^-1 Switch in Matrix Diagonalization Definitions?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
cookiesyum
Messages
72
Reaction score
0

Homework Statement


My linear algebra textbook defines...

similar matrices: A = C^-1BC
diagonalized similar matrices: A = CDC^-1
A^n = C^-1*D^n*C

Why do the C^-1 and C's get switched around between the definitions? Doesn't order of multiplication matter? Are these the correct definitions? Is A^n really the opposite of the definition for diagonalized similar matrices, or is this an error?


Homework Equations





The Attempt at a Solution

 
on Phys.org
cookiesyum said:
My linear algebra textbook defines...

similar matrices: A = C^-1BC
That couldn't possibly have been the definition your book gave. What did you omit?
 
Hurkyl said:
That couldn't possibly have been the definition your book gave. What did you omit?

Nope, that's it! He has us using his own lecture notes, instead of a published textbook. This is why I thought it could potentially be an error.

So if I'm diagonalizing a matrix, there exists C such that A = CDC^-1 but when I want to find A^n, I solve C^-1*D^n*C (the C inverse and C switch spots). Is that on purpose?
 
cookiesyum said:
Nope, that's it! He has us using his own lecture notes, instead of a published textbook. This is why I thought it could potentially be an error.
Nothing else, really? Nothing like
A and B are similar matrices if ...​
or
... if there exists an invertible matrix C such that ...​
?




P.S. if [itex]A = C D C^{-1}[/itex], then we do indeed have [itex]A^n = C D^n C^{-1}[/itex]. (For nonnegative integers n. Negative is allowed if D is invertible) And, of course, if we have the equation [itex]A = C^{-1} D C[/itex] then we can infer [itex]A^n = C^{-1} D^n C[/itex]