012983
- 22
- 0
Homework Statement
Given the matrix
3 2 1
0 0 2
0 2 0
Find the characteristic equation and the eigenvalues.
Homework Equations
|[tex]\lambda[/tex]I-A|
The Attempt at a Solution
If the characteristic polynomial is
([tex]\lambda[/tex]-3) 2 1
0 ([tex]\lambda[/tex]-0) 2
0 2 ([tex]\lambda[/tex]-0)
then doesn't that mean the equation is [tex]\lambda[/tex][tex]^{2}[/tex]([tex]\lambda[/tex]-3) with eigenvalues 3 and 0? Why do the calculators give me eigenvalues of 3, 2, and -2? I know the determinant of the matrix is -12 (3*2*-2?) but I'm not sure how to obtain the eigenvalues. Thanks.