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...
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top