So I do know how to compute the eigenvalues of a matrix. At least, that's what I thought. I got the matrix
A =
[1−20−20202−1]
My approach is by finding the determinant:
det(A−λIn)=0
so it becomes
det([1−λ−20−20202−1−λ])=0.
But this gave me 8 lambda
According to calculators, it should give me -3, 3 and 0
What did I miss?
No comments:
Post a Comment