Adding a constant times the unit matrix and eigenvalues

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Messages
862
Reaction score
366
To find the eigenvalues [itex]\lambda[/itex] of a matrix [itex]A[/itex] you solve the equation

[itex]det |A - \lambda I| = 0[/itex] eq(1)

but now what if you add [itex]e I[/itex] to the matrix A where e is a constant? Then you have to solve the equation,

[itex]det |(A + eI) - \lambda_{new} I| = 0[/itex] eq(2)

which is the same as solving

[itex]det |A - (\lambda_{new} - e) I| = 0[/itex] eq(3)

Doesn't comparison of eq(3) with eq(1) just imply [itex]\lambda_{new} = \lambda + e[/itex]?
 
Last edited:
Physics news on Phys.org
look at it this way [itex](A+eI)v=λ_{new}v[/itex] for an eigenvector v of A+eI.

Now suppose w is an eigenvector of A.

then [itex](A+eI)w=λw+ew=(λ+e)w[/itex]

so in fact even the eigenvectors coincide.
 
Thanks cus a PhD in maths didn't know what I was talking about...I was just checking I was right. Your way is more transparent.