What happens to the eigenvalues when a constant is multiplied to a matrix?

  • Level: Undergrad 
  • Thread starter Thread starter Cosmossos
  • Start date Start date
  • Tags Tags
    Eigenvalues
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
Cosmossos
Messages
100
Reaction score
0
Hello,
Let's say I have a 2x2 matrix,we call it A with the eigenvalues +1 , -1.
Now I let's define that m=m0*A. (m0 is const).
Are the eigenvalues become +m0 and -m0?
If so why?
 
Physics news on Phys.org
Because if [tex]\lambda[/tex] satisfies [tex]det(A-\lambda I)=0[/tex] then [tex]\lambda'=m_{0}\lambda[/tex] satisfies [tex]det(M-\lambda' I)=0[/tex], with [tex]M=\lambda' A[/tex]
You simply multiply the equation by [tex]m^{2}_{0}[/tex] (and under the determinant it becomes just [tex]m_{0}[/tex])/
Therefore [tex]m_{0}\lambda[/tex] are eigenvalues of [tex]m_{0}A[/tex].