Suppose I get the eigenvalues of A, which are

  • Context: Graduate 
  • Thread starter Thread starter sessomw5098
  • Start date Start date
  • Tags Tags
    Eigenvalues
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
sessomw5098
Messages
7
Reaction score
0
Suppose I get the eigenvalues of A, which are [tex]\lambda_{1},\lambda_{2},\dots \lambda_{n}[/tex]. Also, given any polynomial f(x), I get the eigenvalues of f(A). I'm trying to show that the eigenvalues of f(A) are [tex]f(\lambda_{1}),f(\lambda_{2}),\dots f(\lambda_{n})[/tex]. Is this possible? How would I go about showing this?
 
Physics news on Phys.org


if f(x) = anx^n +...+a1x + a0, and A has an eigenvector v with eigenvalue λ,

then f(A)(v) = (anA^n +...+a1A + a0I)(v)

= an(A^n(v)) +...+ a1(A(v)) + a0(v) =

= an((λ^n)v) +...+ a1(λv) + a0(v)

= (anλ^n +...+a1λ + a0)(v) = f(λ)v, so f(λ) is an eigenvalue of f(A).