Eigenvalues of Matrix Function

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
4 replies · 2K views
digipony
Messages
35
Reaction score
0

Homework Statement


Define a matrix function f(T) of an nxn matrix T by its Taylor series f(T)=f0 +f1T +f2T2+...
Show that if matrix T has the eigenvalues t1,t2...tn, then f(T) has eigenvalues f(t1), f(t2)...f(tn)


Homework Equations





The Attempt at a Solution


I am at a loss of how to prove this, could someone help me with this problem? I have no idea where to start.
 
Physics news on Phys.org
Well, how about a direct calculation? Suppose v is an eigenvector of matrix T with eigenvalue [itex]t_1[/itex]. That is, [itex]Tv= t_1v[/itex]. Okay, so what is [itex]T^2v[/itex]? [itex]T^3v[/itex], etc?
 
So you'd have T2v=t2v ... Tnv=tnv
 
Then f(T)v=(f0+f1T +f2T2...)v = (f0+f1t1 +f2t2...)v =f(t1)v
 
Then for all eigenvalues... λ=tn f(T)v=f(tn)v , therefore f(B) has eigenvalues f(t1), f(t2),... f(tn)