Finding the eigenvalues of a 3x3

  • Thread starter Thread starter stryker105
  • Start date Start date
  • Tags Tags
    3x3 Eigenvalues
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
4 replies · 3K views
stryker105
Messages
4
Reaction score
1

Homework Statement


Find the eigenvalues of:
|13 -30 0|
|1 0 0|
|0 1 0|

Homework Equations



Equation for the eigenvalues: det(A-λI)=0

Cofactor expansion = det A = a11(a22a33-a23a32)+a12(a23a31-a21a33)+a13(a21a32-a22a31)

The Attempt at a Solution



|13-λ -30 0 |
| 1 -λ 0 |
| 0 1 -λ|

(13 -λ)(λ[itex]^{2}[/itex])-30(-λ)+0 = 0
13λ[itex]^{2}[/itex]-λ[itex]^{3}[/itex]+30
-λ[itex]^{3}[/itex]+13λ[itex]^{2}[/itex]+ 30λ
-λ(λ[itex]^{2}[/itex]-13λ-30)
(λ+2)(λ-15)

Eigenvalues = 0, 2, 15

However, this not the correct answer according the the software I'm using. Can anyone see what I'm doing wrong?
 
Physics news on Phys.org
I like Serena said:
Hmm, I'd say that the -30(-λ) should really be --30(-λ).

Yes, I agree that that is the most common way of seeing it. But I guess that the OP wanted to follow his formula:

Cofactor expansion = det A = a11(a22a33-a23a32)+a12(a23a31-a21a33)+a13(a21a32-a22a31)

In that case, it is [itex]-30\lambda[/itex]. But it is a weird way of doing things, agreed.
 
Expanding on the last column gives [itex]-\lambda(\lambda^2- 13\lambda+ 30)[/itex], as I Like Serena and micromass are saying, not [itex]-\lambda(\lambda^2- 13\lambda- 30)[/itex].

That factors as [itex]-\lambda(\lambda- 10)(\lambda- 3)= 0[/itex].