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
|\lambdaI-A|
The Attempt at a Solution
If the characteristic polynomial is
(\lambda-3) 2 1
0 (\lambda-0) 2
0 2 (\lambda-0)
then doesn't that mean the equation is \lambda^{2}(\lambda-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.