Finding eigenvalues of a 3 x 3 matrix

  • Context: Undergrad 
  • Thread starter Thread starter dink87522
  • Start date Start date
  • Tags Tags
    Eigenvalues Matrix
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
2 replies · 5K views
dink87522
Messages
15
Reaction score
0
I have a 3 x 3 matrix

A =
(0 -1 -3)
(2 3 3)
(-2 1 1)

Let & represent lambda here.

I am trying to find the eigenvalues of A.

I start off by taking the characteristic equation of A and end up with -&[(&-3)(&-1) -3] + (2& - 8) - 3(-2& + 8)
yet can't then get that factored down. Am I missing something basic here?
 
Physics news on Phys.org
[tex] \left|\begin{array}{ccc}<br /> -\lambda & -1 & -3 \\<br /> <br /> 2 & 3 - \lambda & 3 \\<br /> <br /> -2 & 1 & 1 - \lambda<br /> \end{array}\right| = 0[/tex]

[tex] -\lambda (3 - \lambda) (1 - \lambda) + 6 - 6 - 6 (3 - \lambda) + 3 \lambda + 2 (1 - \lambda) = 0[/tex]

[tex] -\lambda(3 - 4 \lambda + \lambda^{2}) - 18 + 6 \lambda + 3 \lambda + 2 - 2 \lambda = 0[/tex]

[tex] -\lambda^{3} + 4 \lambda^{2} - 3 \lambda + 7 \lambda - 16 = 0[/tex]

[tex] \lambda^{3} - 4 \lambda^{2} - 4 \lambda + 16 = 0[/tex]

This can be factored.