How can I accurately find eigenvalues for a Jordan canonical form matrix?

  • Thread starter Thread starter pinguhash
  • Start date Start date
  • Tags Tags
    Eigenvalues
pinguhash
Messages
4
Reaction score
0

Homework Statement


Ok I was working with finding Jordan canonical form...
Here is the matrix I was working on:
| 1 1 1 |
|-1 -1 -1 |
| 1 1 0 |

I am having problem with finding eigenvalues... below is the attempt to solution
I was not getting the right answer. So, when I used online calculator to find the eigenvalue it was comletely different from what I got!

2. The attempt at a solution

|λ-1 , 1 , 1 |
|-1 , λ+1 , -1 |
|1 , 1 , λ |

So, I got values something λ3 = 4

The values from online calculator was λ3 = 0

Please help me in finding how they got eigenvalues all 0.
 
Physics news on Phys.org
You can either do det(A - xI) = 0, or det(xI - A) = 0, where A is your matrix and x I used instead of lambda. You chose to go with the second one. but forgot to change the signs of the non-diagonal entries.

Btw, I think this should go into "Calculus and Beyond". JCF certainly isn't precalculus material :P
 
oh sorry for wrong section, I am new to this forum...
 
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