- 857
- 361
To find the eigenvalues \lambda of a matrix A you solve the equation
det |A - \lambda I| = 0 eq(1)
but now what if you add e I to the matrix A where e is a constant? Then you have to solve the equation,
det |(A + eI) - \lambda_{new} I| = 0 eq(2)
which is the same as solving
det |A - (\lambda_{new} - e) I| = 0 eq(3)
Doesn't comparison of eq(3) with eq(1) just imply \lambda_{new} = \lambda + e?
det |A - \lambda I| = 0 eq(1)
but now what if you add e I to the matrix A where e is a constant? Then you have to solve the equation,
det |(A + eI) - \lambda_{new} I| = 0 eq(2)
which is the same as solving
det |A - (\lambda_{new} - e) I| = 0 eq(3)
Doesn't comparison of eq(3) with eq(1) just imply \lambda_{new} = \lambda + e?
Last edited: