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

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

 
Physics news 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 A = C D C^{-1}, then we do indeed have A^n = C D^n C^{-1}. (For nonnegative integers n. Negative is allowed if D is invertible) And, of course, if we have the equation A = C^{-1} D C then we can infer A^n = C^{-1} D^n C
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top