|
I believe you find the determinant of that matrix (with the lambdas), set it equal to 0 and find the roots for that equation. The roots will be your eigenvalues.
So essentially, your equation comes down to:
(lambda+1)(lambda-1)+24=0
which simplifies to:
lambda^2-lambda+lambda-1+24=0
which equals to:
lambda^2+23=0
or:
lambda^2=-23
solve for lambda, and that is your answer.
Last edited by criticalpath on Nov-04-2004 at 03:21
|