Help proving that matrices are similar

  • Thread starter Thread starter Jadehaan
  • Start date Start date
  • Tags Tags
    Matrices
Jadehaan
Messages
23
Reaction score
0
1. Given two 4x4 matrices, A and B, I must determine if they are similar.
A=[(2,0,0,0) B=[(5,0,-4,-7)
(-4,-1,-4,0) (3,-8,15,-13)
(2,1,3,0) (2,-4,7,-7)
(-2,4,9,1)] (1,2,-5,1)]

2. A and B are similar if, A=P^(-1)BP


3. I found the eigenvalues to be 1,1,1,2 for both matrices. I also calculated their eigenvectors and eigenspaces. I am stumped as how to show that the two are similar. I know similar matrices have the same eigenvalues, but I don't think that is enough to prove similarity.


Thanks for any help,
James
 
Physics news on Phys.org
Are you familiar with any of the canonical forms?
 
Yes. Would finding the smith normal form help at all?
 
Sure. If they both have the same Smith normal form, then they are similar.
 
Thank you very much. I am having trouble calculating the Smith Normal Form by hand. We are required to show all work. I used the math program Maple to find the Smith Normal but now I have to obtain it by hand. Is there any shortcut rather than just diagonalizing (xI-A)? Can I obtain it from the charachteristic polynomial?
 
You say you have found the eigenvalues (which are the same for both matrices) and the corresponding eigenvectors which you don't show. If the eigenvectors (or, more generally, the eigenspaces) corresponding to each eigenvalue are the same for the two matrices, then they are similar matrices.
 
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...
Back
Top